Shades of Earls Green #BAB727
Tints of Earls Green #BAB727
RGB
CMYK
RGB Variations
Color information
#BAB727 (or 0xBAB727) is known color: Earls Green. HEX triplet: BA, B7 and 27. RGB value is (186,183,39). Sum of RGB (Red+Green+Blue) = 186+183+39=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB727 is #4548D8. Grayscale: #A8A8A8. Windows color (decimal): -4540633 or 2602938. OLE color: 2602938.
HSL color Cylindrical-coordinate representation of color #BAB727: hue angle of 58.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAB727 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 39 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.27 |
| HSL | 58.78º | 0.65% | 0.44% | - |
| HSV(B) | 58.78º | 0.79% | 0.73% | - |
| XYZ | 37.55 | 44.45 | 8.52 | - |
| YUV | 167.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 39 | 0 | 0.02 | 0.79 | 0.27 | 58.78 | 0.65 | 0.44 |
| Hex | BA | B7 | 27 | 0 | 2 | 4F | 1B | 3B | 41 | 2C |
| Octal | 272 | 267 | 47 | 0 | 2 | 117 | 33 | 73 | 101 | 54 |
| Binary | 10111010 | 10110111 | 100111 | 0 | 10 | 1001111 | 11011 | 111011 | 1000001 | 101100 |
Color Harmonies of #BAB727
Complementary color
Monochromatic Colors of #BAB727
Black with #BAB727
Text Example
Text Example
White with #BAB727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB727; }
p { color: rgb(186,183,39); }
H1.HeaderClassName
{
color: #BAB727;
}
.AnyTagClassName
{
color: #BAB727;
}
</style>
background-color css
<style>
a { background-color: #BAB727; }
a { background-color: rgb(186,183,39); }
div.DivClassName
{
background-color: #BAB727;
}
.BgClassName
{
background-color: #BAB727;
}
</style>
border-color css
<style>
span { border-color: #BAB727; }
span { border-color: rgb(186,183,39); }
td.TdClassName
{
border-color: #BAB727;
}
.TagClassName
{
border-color: #BAB727;
}
</style>