#BAB325

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

Shades of Earls Green #BAB325

Tints of Earls Green #BAB325

Color information

#BAB325 (or 0xBAB325) is unknown color: approx Earls Green. HEX triplet: BA, B3 and 25. RGB value is (186,179,37). Sum of RGB (Red+Green+Blue) = 186+179+37=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB325 is #454CDA. Grayscale: #A5A5A5. Windows color (decimal): -4541659 or 2470842. OLE color: 2470842.

HSL color Cylindrical-coordinate representation of color #BAB325: hue angle of 57.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB325 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18617937-
CMYK00.040.800.27
HSL57.18º66.82%43.73%-
HSV(B)57.18º80.11%72.94%-
XYZ36.742.818.08-
YUV164.955.82143.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 37 (14.84% from 255) = 9.20%
R=46.27%
G=44.53%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861793700.040.800.2757.1866.8243.73
HexBAB32504501B39432c
Octal2722634504120337110354
Binary101110101011001110010101001010000110111110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB325; }

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

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

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

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

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

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

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

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