#BCAA12

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

Shades of Earls Green #BCAA12

Tints of Earls Green #BCAA12

Color information

#BCAA12 (or 0xBCAA12) is unknown color: approx Earls Green. HEX triplet: BC, AA and 12. RGB value is (188,170,18). Sum of RGB (Red+Green+Blue) = 188+170+18=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA12 is #4355ED. Grayscale: #9E9E9E. Windows color (decimal): -4412910 or 1223356. OLE color: 1223356.

HSL color Cylindrical-coordinate representation of color #BCAA12: hue angle of 53.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCAA12 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18817018-
CMYK00.100.900.26
HSL53.65º82.52%40.39%-
HSV(B)53.65º90.43%73.73%-
XYZ35.2239.486.34-
YUV158.0548.96149.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=50%
G=45.21%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881701800.100.900.2653.6582.5240.39
HexBCAA120A5A1A365328
Octal27425222012132326612350
Binary101111001010101010010010101011010110101101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA12; }

 p { color: rgb(188,170,18); }

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

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

 a { background-color: rgb(188,170,18); }

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

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

 span { border-color: rgb(188,170,18); }

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