#BCAB29

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

Shades of Earls Green #BCAB29

Tints of Earls Green #BCAB29

Color information

#BCAB29 (or 0xBCAB29) is unknown color: approx Earls Green. HEX triplet: BC, AB and 29. RGB value is (188,171,41). Sum of RGB (Red+Green+Blue) = 188+171+41=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB29 is #4354D6. Grayscale: #A1A1A1. Windows color (decimal): -4412631 or 2730940. OLE color: 2730940.

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

Color convert

RGB18817141-
CMYK00.090.780.26
HSL53.06º64.19%44.9%-
HSV(B)53.06º78.19%73.73%-
XYZ35.739.987.93-
YUV161.2660.13147.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 41 (16.41% from 255) = 10.25%
R=47%
G=42.75%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881714100.090.780.2653.0664.1944.9
HexBCAB29094E1A35402d
Octal27425351011116326510055
Binary1011110010101011101001010011001110110101101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB29; }

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

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

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

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

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

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

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

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