Shades of Earls Green #BAB92B
Tints of Earls Green #BAB92B
RGB
CMYK
RGB Variations
Color information
#BAB92B (or 0xBAB92B) is known color: Earls Green. HEX triplet: BA, B9 and 2B. RGB value is (186,185,43). Sum of RGB (Red+Green+Blue) = 186+185+43=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB92B is #4546D4. Grayscale: #A9A9A9. Windows color (decimal): -4540117 or 2865594. OLE color: 2865594.
HSL color Cylindrical-coordinate representation of color #BAB92B: hue angle of 59.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAB92B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 43 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.27 |
| HSL | 59.58º | 0.62% | 0.45% | - |
| HSV(B) | 59.58º | 0.77% | 0.73% | - |
| XYZ | 38.03 | 45.31 | 9.03 | - |
| YUV | 169.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 43 | 0 | 0.01 | 0.77 | 0.27 | 59.58 | 0.62 | 0.45 |
| Hex | BA | B9 | 2B | 0 | 1 | 4D | 1B | 3C | 3E | 2D |
| Octal | 272 | 271 | 53 | 0 | 1 | 115 | 33 | 74 | 76 | 55 |
| Binary | 10111010 | 10111001 | 101011 | 0 | 1 | 1001101 | 11011 | 111100 | 111110 | 101101 |
Color Harmonies of #BAB92B
Complementary color
Monochromatic Colors of #BAB92B
Black with #BAB92B
Text Example
Text Example
White with #BAB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB92B; }
p { color: rgb(186,185,43); }
H1.HeaderClassName
{
color: #BAB92B;
}
.AnyTagClassName
{
color: #BAB92B;
}
</style>
background-color css
<style>
a { background-color: #BAB92B; }
a { background-color: rgb(186,185,43); }
div.DivClassName
{
background-color: #BAB92B;
}
.BgClassName
{
background-color: #BAB92B;
}
</style>
border-color css
<style>
span { border-color: #BAB92B; }
span { border-color: rgb(186,185,43); }
td.TdClassName
{
border-color: #BAB92B;
}
.TagClassName
{
border-color: #BAB92B;
}
</style>