#BAB31F

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

Shades of Earls Green #BAB31F

Tints of Earls Green #BAB31F

Color information

#BAB31F (or 0xBAB31F) is unknown color: approx Earls Green. HEX triplet: BA, B3 and 1F. RGB value is (186,179,31). Sum of RGB (Red+Green+Blue) = 186+179+31=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB31F is #454CE0. Grayscale: #A4A4A4. Windows color (decimal): -4541665 or 2077626. OLE color: 2077626.

HSL color Cylindrical-coordinate representation of color #BAB31F: hue angle of 57.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB31F is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18617931-
CMYK00.040.830.27
HSL57.29º71.43%42.55%-
HSV(B)57.29º83.33%72.94%-
XYZ36.6242.787.62-
YUV164.2252.82143.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 179 (70.31% from 255) = 45.20%
BLUE value IS 31 (12.5% from 255) = 7.83%
R=46.97%
G=45.20%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861793100.040.830.2757.2971.4342.55
HexBAB31F04531B39472b
Octal2722633704123337110753
Binary10111010101100111111101001010011110111110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB31F; }

 p { color: rgb(186,179,31); }

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

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

 a { background-color: rgb(186,179,31); }

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

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

 span { border-color: rgb(186,179,31); }

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