#BAB031

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

Shades of Earls Green #BAB031

Tints of Earls Green #BAB031

Color information

#BAB031 (or 0xBAB031) is unknown color: approx Earls Green. HEX triplet: BA, B0 and 31. RGB value is (186,176,49). Sum of RGB (Red+Green+Blue) = 186+176+49=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB031 is #454FCE. Grayscale: #A5A5A5. Windows color (decimal): -4542415 or 3256506. OLE color: 3256506.

HSL color Cylindrical-coordinate representation of color #BAB031: hue angle of 55.62º 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 #BAB031 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18617649-
CMYK00.050.740.27
HSL55.62º58.3%46.08%-
HSV(B)55.62º73.66%72.94%-
XYZ36.3341.719.04-
YUV164.5162.81143.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 49 (19.53% from 255) = 11.92%
R=45.26%
G=42.82%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861764900.050.740.2755.6258.346.08
HexBAB031054A1B383a2e
Octal272260610511233707256
Binary10111010101100001100010101100101011011111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB031; }

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

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

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

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

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

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

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

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