#bcad29

Color #BCAD29 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BCAD29

Tints of Earls Green #BCAD29

Color information

#BCAD29 (or 0xBCAD29) is unknown color: approx Earls Green. HEX triplet: BC, AD and 29. RGB value is (188,173,41). Sum of RGB (Red+Green+Blue) = 188+173+41=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD29 is #4352D6. Grayscale: #A2A2A2. Windows color (decimal): -4412119 or 2731452. OLE color: 2731452.

HSL color Cylindrical-coordinate representation of color #BCAD29: hue angle of 53.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCAD29 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18817341-
CMYK00.080.780.26
HSL53.88º64.19%44.9%-
HSV(B)53.88º78.19%73.73%-
XYZ36.0840.748.06-
YUV162.4459.47146.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 173 (67.97% from 255) = 43.03%
BLUE value IS 41 (16.41% from 255) = 10.20%
R=46.77%
G=43.03%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881734100.080.780.2653.8864.1944.9
HexBCAD29084E1A36402d
Octal27425551010116326610055
Binary1011110010101101101001010001001110110101101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcad29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcad29; }

 p { color: rgb(188,173,41); }

 H1.HeaderClassName
 {
   color: #bcad29;
 }
 .AnyTagClassName
 {
   color: #bcad29;
 }
</style>
background-color css

<style>
 a { background-color: #bcad29; }

 a { background-color: rgb(188,173,41); }

 div.DivClassName
 {
   background-color: #bcad29;
 }
 .BgClassName
 {
   background-color: #bcad29;
 }
</style>
border-color css

<style>
 span { border-color: #bcad29; }

 span { border-color: rgb(188,173,41); }

 td.TdClassName
 {
   border-color: #bcad29;
 }
 .TagClassName
 {
   border-color: #bcad29;
 }
</style>