#BCA824

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

Shades of Earls Green #BCA824

Tints of Earls Green #BCA824

Color information

#BCA824 (or 0xBCA824) is unknown color: approx Earls Green. HEX triplet: BC, A8 and 24. RGB value is (188,168,36). Sum of RGB (Red+Green+Blue) = 188+168+36=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA824 is #4357DB. Grayscale: #9F9F9F. Windows color (decimal): -4413404 or 2402492. OLE color: 2402492.

HSL color Cylindrical-coordinate representation of color #BCA824: hue angle of 52.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCA824 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18816836-
CMYK00.110.810.26
HSL52.11º67.86%43.92%-
HSV(B)52.11º80.85%73.73%-
XYZ35.0638.827.31-
YUV158.9358.63148.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 36 (14.45% from 255) = 9.18%
R=47.96%
G=42.86%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881683600.110.810.2652.1167.8643.92
HexBCA8240B511A34442c
Octal27425044013121326410454
Binary1011110010101000100100010111010001110101101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA824; }

 p { color: rgb(188,168,36); }

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

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

 a { background-color: rgb(188,168,36); }

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

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

 span { border-color: rgb(188,168,36); }

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