#BAAB31

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

Shades of Earls Green #BAAB31

Tints of Earls Green #BAAB31

Color information

#BAAB31 (or 0xBAAB31) is unknown color: approx Earls Green. HEX triplet: BA, AB and 31. RGB value is (186,171,49). Sum of RGB (Red+Green+Blue) = 186+171+49=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB31 is #4554CE. Grayscale: #A2A2A2. Windows color (decimal): -4543695 or 3255226. OLE color: 3255226.

HSL color Cylindrical-coordinate representation of color #BAAB31: hue angle of 53.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAAB31 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18617149-
CMYK00.080.740.27
HSL53.43º58.3%46.08%-
HSV(B)53.43º73.66%72.94%-
XYZ35.3739.798.72-
YUV161.5864.47145.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 49 (19.53% from 255) = 12.07%
R=45.81%
G=42.12%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861714900.080.740.2753.4358.346.08
HexBAAB31084A1B353a2e
Octal2722536101011233657256
Binary101110101010101111000101000100101011011110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB31; }

 p { color: rgb(186,171,49); }

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

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

 a { background-color: rgb(186,171,49); }

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

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

 span { border-color: rgb(186,171,49); }

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