Shades of Earls Green #BAB723
Tints of Earls Green #BAB723
RGB
CMYK
RGB Variations
Color information
#BAB723 (or 0xBAB723) is known color: Earls Green. HEX triplet: BA, B7 and 23. RGB value is (186,183,35). Sum of RGB (Red+Green+Blue) = 186+183+35=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB723 is #4548DC. Grayscale: #A7A7A7. Windows color (decimal): -4540637 or 2340794. OLE color: 2340794.
HSL color Cylindrical-coordinate representation of color #BAB723: hue angle of 58.81º 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 #BAB723 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 35 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.27 |
| HSL | 58.81º | 0.68% | 0.43% | - |
| HSV(B) | 58.81º | 0.81% | 0.73% | - |
| XYZ | 37.49 | 44.43 | 8.19 | - |
| YUV | 167.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 35 | 0 | 0.02 | 0.81 | 0.27 | 58.81 | 0.68 | 0.43 |
| Hex | BA | B7 | 23 | 0 | 2 | 51 | 1B | 3B | 44 | 2B |
| Octal | 272 | 267 | 43 | 0 | 2 | 121 | 33 | 73 | 104 | 53 |
| Binary | 10111010 | 10110111 | 100011 | 0 | 10 | 1010001 | 11011 | 111011 | 1000100 | 101011 |
Color Harmonies of #BAB723
Complementary color
Monochromatic Colors of #BAB723
Black with #BAB723
Text Example
Text Example
White with #BAB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB723; }
p { color: rgb(186,183,35); }
H1.HeaderClassName
{
color: #BAB723;
}
.AnyTagClassName
{
color: #BAB723;
}
</style>
background-color css
<style>
a { background-color: #BAB723; }
a { background-color: rgb(186,183,35); }
div.DivClassName
{
background-color: #BAB723;
}
.BgClassName
{
background-color: #BAB723;
}
</style>
border-color css
<style>
span { border-color: #BAB723; }
span { border-color: rgb(186,183,35); }
td.TdClassName
{
border-color: #BAB723;
}
.TagClassName
{
border-color: #BAB723;
}
</style>