Shades of Earls Green #BAA91B
Tints of Earls Green #BAA91B
RGB
CMYK
RGB Variations
Color information
#BAA91B (or 0xBAA91B) is known color: Earls Green. HEX triplet: BA, A9 and 1B. RGB value is (186,169,27). Sum of RGB (Red+Green+Blue) = 186+169+27=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA91B is #4556E4. Grayscale: #9E9E9E. Windows color (decimal): -4544229 or 1812922. OLE color: 1812922.
HSL color Cylindrical-coordinate representation of color #BAA91B: hue angle of 53.58º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAA91B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 27 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.27 |
| HSL | 53.58º | 0.75% | 0.42% | - |
| HSV(B) | 53.58º | 0.85% | 0.73% | - |
| XYZ | 34.64 | 38.89 | 6.72 | - |
| YUV | 157.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 27 | 0 | 0.09 | 0.85 | 0.27 | 53.58 | 0.75 | 0.42 |
| Hex | BA | A9 | 1B | 0 | 9 | 55 | 1B | 36 | 4B | 2A |
| Octal | 272 | 251 | 33 | 0 | 11 | 125 | 33 | 66 | 113 | 52 |
| Binary | 10111010 | 10101001 | 11011 | 0 | 1001 | 1010101 | 11011 | 110110 | 1001011 | 101010 |
Color Harmonies of #BAA91B
Complementary color
Monochromatic Colors of #BAA91B
Black with #BAA91B
Text Example
Text Example
White with #BAA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA91B; }
p { color: rgb(186,169,27); }
H1.HeaderClassName
{
color: #BAA91B;
}
.AnyTagClassName
{
color: #BAA91B;
}
</style>
background-color css
<style>
a { background-color: #BAA91B; }
a { background-color: rgb(186,169,27); }
div.DivClassName
{
background-color: #BAA91B;
}
.BgClassName
{
background-color: #BAA91B;
}
</style>
border-color css
<style>
span { border-color: #BAA91B; }
span { border-color: rgb(186,169,27); }
td.TdClassName
{
border-color: #BAA91B;
}
.TagClassName
{
border-color: #BAA91B;
}
</style>