Shades of Earls Green #BAB222
Tints of Earls Green #BAB222
RGB
CMYK
RGB Variations
Color information
#BAB222 (or 0xBAB222) is known color: Earls Green. HEX triplet: BA, B2 and 22. RGB value is (186,178,34). Sum of RGB (Red+Green+Blue) = 186+178+34=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB222 is #454DDD. Grayscale: #A4A4A4. Windows color (decimal): -4541918 or 2273978. OLE color: 2273978.
HSL color Cylindrical-coordinate representation of color #BAB222: hue angle of 56.84º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAB222 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 34 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.27 |
| HSL | 56.84º | 0.69% | 0.43% | - |
| HSV(B) | 56.84º | 0.82% | 0.73% | - |
| XYZ | 36.46 | 42.4 | 7.77 | - |
| YUV | 163.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 34 | 0 | 0.04 | 0.82 | 0.27 | 56.84 | 0.69 | 0.43 |
| Hex | BA | B2 | 22 | 0 | 4 | 52 | 1B | 39 | 45 | 2B |
| Octal | 272 | 262 | 42 | 0 | 4 | 122 | 33 | 71 | 105 | 53 |
| Binary | 10111010 | 10110010 | 100010 | 0 | 100 | 1010010 | 11011 | 111001 | 1000101 | 101011 |
Color Harmonies of #BAB222
Complementary color
Monochromatic Colors of #BAB222
Black with #BAB222
Text Example
Text Example
White with #BAB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB222; }
p { color: rgb(186,178,34); }
H1.HeaderClassName
{
color: #BAB222;
}
.AnyTagClassName
{
color: #BAB222;
}
</style>
background-color css
<style>
a { background-color: #BAB222; }
a { background-color: rgb(186,178,34); }
div.DivClassName
{
background-color: #BAB222;
}
.BgClassName
{
background-color: #BAB222;
}
</style>
border-color css
<style>
span { border-color: #BAB222; }
span { border-color: rgb(186,178,34); }
td.TdClassName
{
border-color: #BAB222;
}
.TagClassName
{
border-color: #BAB222;
}
</style>