Shades of Earls Green #BAA81B
Tints of Earls Green #BAA81B
RGB
CMYK
RGB Variations
Color information
#BAA81B (or 0xBAA81B) is known color: Earls Green. HEX triplet: BA, A8 and 1B. RGB value is (186,168,27). Sum of RGB (Red+Green+Blue) = 186+168+27=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA81B is #4557E4. Grayscale: #9D9D9D. Windows color (decimal): -4544485 or 1812666. OLE color: 1812666.
HSL color Cylindrical-coordinate representation of color #BAA81B: hue angle of 53.21º 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 #BAA81B is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 27 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.27 |
| HSL | 53.21º | 0.75% | 0.42% | - |
| HSV(B) | 53.21º | 0.85% | 0.73% | - |
| XYZ | 34.45 | 38.52 | 6.66 | - |
| YUV | 157.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 27 | 0 | 0.10 | 0.85 | 0.27 | 53.21 | 0.75 | 0.42 |
| Hex | BA | A8 | 1B | 0 | A | 55 | 1B | 35 | 4B | 2A |
| Octal | 272 | 250 | 33 | 0 | 12 | 125 | 33 | 65 | 113 | 52 |
| Binary | 10111010 | 10101000 | 11011 | 0 | 1010 | 1010101 | 11011 | 110101 | 1001011 | 101010 |
Color Harmonies of #BAA81B
Complementary color
Monochromatic Colors of #BAA81B
Black with #BAA81B
Text Example
Text Example
White with #BAA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA81B; }
p { color: rgb(186,168,27); }
H1.HeaderClassName
{
color: #BAA81B;
}
.AnyTagClassName
{
color: #BAA81B;
}
</style>
background-color css
<style>
a { background-color: #BAA81B; }
a { background-color: rgb(186,168,27); }
div.DivClassName
{
background-color: #BAA81B;
}
.BgClassName
{
background-color: #BAA81B;
}
</style>
border-color css
<style>
span { border-color: #BAA81B; }
span { border-color: rgb(186,168,27); }
td.TdClassName
{
border-color: #BAA81B;
}
.TagClassName
{
border-color: #BAA81B;
}
</style>