#bab127

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

Shades of Earls Green #BAB127

Tints of Earls Green #BAB127

Color information

#BAB127 (or 0xBAB127) is unknown color: approx Earls Green. HEX triplet: BA, B1 and 27. RGB value is (186,177,39). Sum of RGB (Red+Green+Blue) = 186+177+39=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB127 is #454ED8. Grayscale: #A4A4A4. Windows color (decimal): -4542169 or 2601402. OLE color: 2601402.

HSL color Cylindrical-coordinate representation of color #BAB127: hue angle of 56.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAB127 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18617739-
CMYK00.050.790.27
HSL56.33º65.33%44.12%-
HSV(B)56.33º79.03%72.94%-
XYZ36.3442.038.12-
YUV163.9657.48143.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 39 (15.62% from 255) = 9.70%
R=46.27%
G=44.03%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861773900.050.790.2756.3365.3344.12
HexBAB127054F1B38412c
Octal2722614705117337010154
Binary101110101011000110011101011001111110111110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab127; }

 p { color: rgb(186,177,39); }

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

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

 a { background-color: rgb(186,177,39); }

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

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

 span { border-color: rgb(186,177,39); }

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