Shades of Earls Green #BAB122
Tints of Earls Green #BAB122
RGB
CMYK
RGB Variations
Color information
#BAB122 (or 0xBAB122) is known color: Earls Green. HEX triplet: BA, B1 and 22. RGB value is (186,177,34). Sum of RGB (Red+Green+Blue) = 186+177+34=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB122 is #454EDD. Grayscale: #A3A3A3. Windows color (decimal): -4542174 or 2273722. OLE color: 2273722.
HSL color Cylindrical-coordinate representation of color #BAB122: hue angle of 56.45º 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 #BAB122 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 34 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.27 |
| HSL | 56.45º | 0.69% | 0.43% | - |
| HSV(B) | 56.45º | 0.82% | 0.73% | - |
| XYZ | 36.26 | 42 | 7.71 | - |
| YUV | 163.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 34 | 0 | 0.05 | 0.82 | 0.27 | 56.45 | 0.69 | 0.43 |
| Hex | BA | B1 | 22 | 0 | 5 | 52 | 1B | 38 | 45 | 2B |
| Octal | 272 | 261 | 42 | 0 | 5 | 122 | 33 | 70 | 105 | 53 |
| Binary | 10111010 | 10110001 | 100010 | 0 | 101 | 1010010 | 11011 | 111000 | 1000101 | 101011 |
Color Harmonies of #BAB122
Complementary color
Monochromatic Colors of #BAB122
Black with #BAB122
Text Example
Text Example
White with #BAB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB122; }
p { color: rgb(186,177,34); }
H1.HeaderClassName
{
color: #BAB122;
}
.AnyTagClassName
{
color: #BAB122;
}
</style>
background-color css
<style>
a { background-color: #BAB122; }
a { background-color: rgb(186,177,34); }
div.DivClassName
{
background-color: #BAB122;
}
.BgClassName
{
background-color: #BAB122;
}
</style>
border-color css
<style>
span { border-color: #BAB122; }
span { border-color: rgb(186,177,34); }
td.TdClassName
{
border-color: #BAB122;
}
.TagClassName
{
border-color: #BAB122;
}
</style>