Shades of Earls Green #B9A828
Tints of Earls Green #B9A828
RGB
CMYK
RGB Variations
Color information
#B9A828 (or 0xB9A828) is known color: Earls Green. HEX triplet: B9, A8 and 28. RGB value is (185,168,40). Sum of RGB (Red+Green+Blue) = 185+168+40=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A828 is #4657D7. Grayscale: #9F9F9F. Windows color (decimal): -4610008 or 2664633. OLE color: 2664633.
HSL color Cylindrical-coordinate representation of color #B9A828: hue angle of 52.97º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9A828 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 40 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.27 |
| HSL | 52.97º | 0.64% | 0.44% | - |
| HSV(B) | 52.97º | 0.78% | 0.73% | - |
| XYZ | 34.39 | 38.47 | 7.62 | - |
| YUV | 158.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 40 | 0 | 0.09 | 0.78 | 0.27 | 52.97 | 0.64 | 0.44 |
| Hex | B9 | A8 | 28 | 0 | 9 | 4E | 1B | 35 | 40 | 2C |
| Octal | 271 | 250 | 50 | 0 | 11 | 116 | 33 | 65 | 100 | 54 |
| Binary | 10111001 | 10101000 | 101000 | 0 | 1001 | 1001110 | 11011 | 110101 | 1000000 | 101100 |
Color Harmonies of #B9A828
Complementary color
Monochromatic Colors of #B9A828
Black with #B9A828
Text Example
Text Example
White with #B9A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A828; }
p { color: rgb(185,168,40); }
H1.HeaderClassName
{
color: #B9A828;
}
.AnyTagClassName
{
color: #B9A828;
}
</style>
background-color css
<style>
a { background-color: #B9A828; }
a { background-color: rgb(185,168,40); }
div.DivClassName
{
background-color: #B9A828;
}
.BgClassName
{
background-color: #B9A828;
}
</style>
border-color css
<style>
span { border-color: #B9A828; }
span { border-color: rgb(185,168,40); }
td.TdClassName
{
border-color: #B9A828;
}
.TagClassName
{
border-color: #B9A828;
}
</style>