#BCAA0C

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

Shades of Earls Green #BCAA0C

Tints of Earls Green #BCAA0C

Color information

#BCAA0C (or 0xBCAA0C) is unknown color: approx Earls Green. HEX triplet: BC, AA and 0C. RGB value is (188,170,12). Sum of RGB (Red+Green+Blue) = 188+170+12=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA0C is #4355F3. Grayscale: #9E9E9E. Windows color (decimal): -4412916 or 830140. OLE color: 830140.

HSL color Cylindrical-coordinate representation of color #BCAA0C: hue angle of 53.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAA0C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18817012-
CMYK00.100.940.26
HSL53.86º88%39.22%-
HSV(B)53.86º93.62%73.73%-
XYZ35.1839.476.11-
YUV157.3745.96149.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 12 (5.08% from 255) = 3.24%
R=50.81%
G=45.95%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881701200.100.940.2653.868839.22
HexBCAAC0A5E1A365827
Octal27425214012136326613047
Binary10111100101010101100010101011110110101101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA0C; }

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

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

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

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

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

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

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

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