Shades of Earls Green #BAB231
Tints of Earls Green #BAB231
RGB
CMYK
RGB Variations
Color information
#BAB231 (or 0xBAB231) is known color: Earls Green. HEX triplet: BA, B2 and 31. RGB value is (186,178,49). Sum of RGB (Red+Green+Blue) = 186+178+49=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB231 is #454DCE. Grayscale: #A6A6A6. Windows color (decimal): -4541903 or 3257018. OLE color: 3257018.
HSL color Cylindrical-coordinate representation of color #BAB231: hue angle of 56.5º 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 #BAB231 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 49 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.27 |
| HSL | 56.5º | 0.58% | 0.46% | - |
| HSV(B) | 56.5º | 0.74% | 0.73% | - |
| XYZ | 36.72 | 42.5 | 9.17 | - |
| YUV | 165.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 49 | 0 | 0.04 | 0.74 | 0.27 | 56.5 | 0.58 | 0.46 |
| Hex | BA | B2 | 31 | 0 | 4 | 4A | 1B | 38 | 3A | 2E |
| Octal | 272 | 262 | 61 | 0 | 4 | 112 | 33 | 70 | 72 | 56 |
| Binary | 10111010 | 10110010 | 110001 | 0 | 100 | 1001010 | 11011 | 111000 | 111010 | 101110 |
Color Harmonies of #BAB231
Complementary color
Monochromatic Colors of #BAB231
Black with #BAB231
Text Example
Text Example
White with #BAB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB231; }
p { color: rgb(186,178,49); }
H1.HeaderClassName
{
color: #BAB231;
}
.AnyTagClassName
{
color: #BAB231;
}
</style>
background-color css
<style>
a { background-color: #BAB231; }
a { background-color: rgb(186,178,49); }
div.DivClassName
{
background-color: #BAB231;
}
.BgClassName
{
background-color: #BAB231;
}
</style>
border-color css
<style>
span { border-color: #BAB231; }
span { border-color: rgb(186,178,49); }
td.TdClassName
{
border-color: #BAB231;
}
.TagClassName
{
border-color: #BAB231;
}
</style>