COLOR #BDC062

HEX: #BDC062
RGB: (189,192,98)

Color info

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

RGB color model

#BDC062 color RGB value is (189,192,98).

  • red value is 189;
  • green value is 192;
  • blue value is 98.
RGB:
(189,192,98)
(74%,75%,38%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 98 of 255 = 38%

189
192
98

R + G + B ~ 62%. #BDC062 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 98 = 479 (100%)
R 189 of 479 ~ 39.46%
G 192 of 479 ~ 40.08%
B 98 of 479 ~ 20.46%

%39.46
%40.08
%20.46

CMYK color model

#BDC062 color CMYK value is (2,0,49,25).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 48.96%
  • key color value is 24.71%
CMYK:
(2,0,49,25)
C2M0Y49K25 
(2%,0%,49%,25%)
(0.02/0.00/0.49/0.25)	

CMYK percentages

%1.56
%0
%48.96
%24.71

Codes

Color #BDC062 in popluar color models

BDC062
RGB18919298
HSL62°42.73%56.86%
HSB/HSV62°48.96%75.29%
CMYK1.56%0.00%48.96%
24.71%

Color #BDC062 in popluar number systems.

HEXBDC062
Decimal18919298
Binary10111101110000001100010
Octal275300142

Shades and tints

Shades of #BDC062

#BDC062
(189,192,98)
#ACAF5A
(172,175,90)
#9B9E52
(155,158,82)
#8A8D4A
(138,141,74)
#797C42
(121,124,66)
#686B3A
(104,107,58)
#575A32
(87,90,50)
#46492A
(70,73,42)
#353822
(53,56,34)
#24271A
(36,39,26)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDC062

#BDC062
(189,192,98)
#C3C570
(195,197,112)
#C9CA7E
(201,202,126)
#CFCF8C
(207,207,140)
#D5D49A
(213,212,154)
#DBD9A8
(219,217,168)
#E1DEB6
(225,222,182)
#E7E3C4
(231,227,196)
#EDE8D2
(237,232,210)
#F3EDE0
(243,237,224)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC062; }

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

This text font color is #BDC062.


Background Color

.myBgColor { background-color: #BDC062; }

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

This div background color is #BDC062.


Border color

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

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

This div border color is #BDC062.


Opacity

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

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

Text with #BDC062 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 #BDC062;}

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

This text has shadow with #BDC062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC062 on black background.


Color preview on white background

This text has color #BDC062 on white background.



Black color preview on #BDC062 background

This text has black color on #BDC062 background.


White color preview on #BDC062 background

This text has white color on #BDC062 background.