Shades of Earls Green #BAB123
Tints of Earls Green #BAB123
RGB
CMYK
RGB Variations
Color information
#BAB123 (or 0xBAB123) is known color: Earls Green. HEX triplet: BA, B1 and 23. RGB value is (186,177,35). Sum of RGB (Red+Green+Blue) = 186+177+35=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB123 is #454EDC. Grayscale: #A4A4A4. Windows color (decimal): -4542173 or 2339258. OLE color: 2339258.
HSL color Cylindrical-coordinate representation of color #BAB123: hue angle of 56.42º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAB123 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 35 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.27 |
| HSL | 56.42º | 0.68% | 0.43% | - |
| HSV(B) | 56.42º | 0.81% | 0.73% | - |
| XYZ | 36.28 | 42 | 7.79 | - |
| YUV | 163.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 35 | 0 | 0.05 | 0.81 | 0.27 | 56.42 | 0.68 | 0.43 |
| Hex | BA | B1 | 23 | 0 | 5 | 51 | 1B | 38 | 44 | 2B |
| Octal | 272 | 261 | 43 | 0 | 5 | 121 | 33 | 70 | 104 | 53 |
| Binary | 10111010 | 10110001 | 100011 | 0 | 101 | 1010001 | 11011 | 111000 | 1000100 | 101011 |
Color Harmonies of #BAB123
Complementary color
Monochromatic Colors of #BAB123
Black with #BAB123
Text Example
Text Example
White with #BAB123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB123; }
p { color: rgb(186,177,35); }
H1.HeaderClassName
{
color: #BAB123;
}
.AnyTagClassName
{
color: #BAB123;
}
</style>
background-color css
<style>
a { background-color: #BAB123; }
a { background-color: rgb(186,177,35); }
div.DivClassName
{
background-color: #BAB123;
}
.BgClassName
{
background-color: #BAB123;
}
</style>
border-color css
<style>
span { border-color: #BAB123; }
span { border-color: rgb(186,177,35); }
td.TdClassName
{
border-color: #BAB123;
}
.TagClassName
{
border-color: #BAB123;
}
</style>