COLOR #BDE062

HEX: #BDE062 RGB: (189,224,98)

Color info

#BDE062 contains mainly red and green colors. Web safe color of #BDE062 is #CCCC66 (or #CC6).

RGB color model

#BDE062 color RGB value is (189,224,98).

RGB: (189,224,98) (74%, 88%, 38%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 98 of 255 = 38%

189
224
98

R + G + B ~ 67%. #BDE062 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 98 = 511 (100%)
R 189 of 511 ~ 36.99%
G 224 of 511 ~ 43.84%
B 98 of 511 ~ 19.18'%

%36.99
%43.84
%19.18

CMYK color model

#BDE062 color CMYK value is (16,0,56,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 12.16%
CMYK: (16,0,56,12) C16M0Y56K12 (16%,0%,56%,12%) (0.16/0.00/0.56/0.12) 

CMYK percentages

%15.63
%0
%56.25
%12.16

Codes

Color #BDE062 in popluar color models

BD E0 62
RGB 189 224 98
HSL 77° 67.02% 63.14%
HSB/HSV 77° 56.25% 87.84%
CMYK 15.63% 0.00% 56.25%
12.16%

Color #BDE062 in popluar number systems.

HEX BD E0 62
Decimal 189 224 98
Binary 10111101 11100000 1100010
Octal 275 340 142

Shades and tints

Shades of #BDE062

#BDE062
(189,224,98)
#ACCC5A
(172,204,90)
#9BB852
(155,184,82)
#8AA44A
(138,164,74)
#799042
(121,144,66)
#687C3A
(104,124,58)
#576832
(87,104,50)
#46542A
(70,84,42)
#354022
(53,64,34)
#242C1A
(36,44,26)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #BDE062

#BDE062
(189,224,98)
#C3E270
(195,226,112)
#C9E47E
(201,228,126)
#CFE68C
(207,230,140)
#D5E89A
(213,232,154)
#DBEAA8
(219,234,168)
#E1ECB6
(225,236,182)
#E7EEC4
(231,238,196)
#EDF0D2
(237,240,210)
#F3F2E0
(243,242,224)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE062 color. Also use rgb(189,224,98) instead hex code.

Text Font Color

.myTextColor { color: #BDE062; }

<p style="color:#BDE062">This sample text font color is #BDE062.</p>

This text font color is #BDE062.

Background Color

.myBgColor { background-color: #BDE062; }

<div style="background-color:#BDE062">Inner text</div>

This div background color is #BDE062.

Border color

.myBorderColor { border: 1px solid #BDE062; }

<div style="border:3px solid #BDE062">Div</div>

This div border color is #BDE062.

Opacity

.myOpacity80 { color: #BDE062; opacity: 0.8; }

<p style="color:#BDE062;opacity:0.8;">80%</p>

Text with #BDE062 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDE062;}

<p style="text-shadow: 3px 3px 1px #BDE062">Text here.</p>

This text has shadow with #BDE062 color.


.textShadow {text-shadow: 3px 3px 1px #BDE062', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDE062, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDE062 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDE062, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDE062, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDE062 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDE062;
-webkit-box-shadow: 1px 1px 3px 2px #BDE062;
box-shadow: 1px 1px 3px 2px #BDE062;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDE062; -webkit-box-shadow: 1px 1px 3px 2px #BDE062; box-shadow:1px 1px 3px 2px #BDE062;">
Div content here
</div>

This div box has shadow with color #BDE062.

Preview

Color preview on black background

This text has color #BDE062 on black background.


Color preview on white background

This text has color #BDE062 on white background.


Black color preview on #BDE062 background

This text has black color on #BDE062 background.


White color preview on #BDE062 background

This text has white color on #BDE062 background.


Related colors

Complementary color

Complementary color for #hex is #421F9D.


I love getcolorcode.com

Triadic colors

1 #62BDE0 and #E062BD with #BDE062 are triadic colors.

2 #62E0BD and #E0BD62 with #BDE062 are triadic colors.