#BCAB1C

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

Shades of Earls Green #BCAB1C

Tints of Earls Green #BCAB1C

Color information

#BCAB1C (or 0xBCAB1C) is unknown color: approx Earls Green. HEX triplet: BC, AB and 1C. RGB value is (188,171,28). Sum of RGB (Red+Green+Blue) = 188+171+28=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB1C is #4354E3. Grayscale: #A0A0A0. Windows color (decimal): -4412644 or 1878972. OLE color: 1878972.

HSL color Cylindrical-coordinate representation of color #BCAB1C: hue angle of 53.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCAB1C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB18817128-
CMYK00.090.850.26
HSL53.62º74.07%42.35%-
HSV(B)53.62º85.11%73.73%-
XYZ35.5139.96.93-
YUV159.7853.63148.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 28 (11.33% from 255) = 7.24%
R=48.58%
G=44.19%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881712800.090.850.2653.6274.0742.35
HexBCAB1C09551A364a2a
Octal27425334011125326611252
Binary101111001010101111100010011010101110101101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB1C; }

 p { color: rgb(188,171,28); }

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

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

 a { background-color: rgb(188,171,28); }

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

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

 span { border-color: rgb(188,171,28); }

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