#BCAD20

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

Shades of Earls Green #BCAD20

Tints of Earls Green #BCAD20

Color information

#BCAD20 (or 0xBCAD20) is unknown color: approx Earls Green. HEX triplet: BC, AD and 20. RGB value is (188,173,32). Sum of RGB (Red+Green+Blue) = 188+173+32=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD20 is #4352DF. Grayscale: #A1A1A1. Windows color (decimal): -4412128 or 2141628. OLE color: 2141628.

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

Color convert

RGB18817332-
CMYK00.080.830.26
HSL54.23º70.91%43.14%-
HSV(B)54.23º82.98%73.73%-
XYZ35.9440.687.32-
YUV161.4154.97146.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 32 (12.89% from 255) = 8.14%
R=47.84%
G=44.02%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881733200.080.830.2654.2370.9143.14
HexBCAD2008531A36472b
Octal27425540010123326610753
Binary1011110010101101100000010001010011110101101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD20; }

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

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

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

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

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

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

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

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