Shades of Earls Green #B9A628
Tints of Earls Green #B9A628
RGB
CMYK
RGB Variations
Color information
#B9A628 (or 0xB9A628) is known color: Earls Green. HEX triplet: B9, A6 and 28. RGB value is (185,166,40). Sum of RGB (Red+Green+Blue) = 185+166+40=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A628 is #4659D7. Grayscale: #9D9D9D. Windows color (decimal): -4610520 or 2664121. OLE color: 2664121.
HSL color Cylindrical-coordinate representation of color #B9A628: hue angle of 52.14º 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 #B9A628 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 40 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.27 |
| HSL | 52.14º | 0.64% | 0.44% | - |
| HSV(B) | 52.14º | 0.78% | 0.73% | - |
| XYZ | 34.03 | 37.74 | 7.5 | - |
| YUV | 157.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 40 | 0 | 0.10 | 0.78 | 0.27 | 52.14 | 0.64 | 0.44 |
| Hex | B9 | A6 | 28 | 0 | A | 4E | 1B | 34 | 40 | 2C |
| Octal | 271 | 246 | 50 | 0 | 12 | 116 | 33 | 64 | 100 | 54 |
| Binary | 10111001 | 10100110 | 101000 | 0 | 1010 | 1001110 | 11011 | 110100 | 1000000 | 101100 |
Color Harmonies of #B9A628
Complementary color
Monochromatic Colors of #B9A628
Black with #B9A628
Text Example
Text Example
White with #B9A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A628; }
p { color: rgb(185,166,40); }
H1.HeaderClassName
{
color: #B9A628;
}
.AnyTagClassName
{
color: #B9A628;
}
</style>
background-color css
<style>
a { background-color: #B9A628; }
a { background-color: rgb(185,166,40); }
div.DivClassName
{
background-color: #B9A628;
}
.BgClassName
{
background-color: #B9A628;
}
</style>
border-color css
<style>
span { border-color: #B9A628; }
span { border-color: rgb(185,166,40); }
td.TdClassName
{
border-color: #B9A628;
}
.TagClassName
{
border-color: #B9A628;
}
</style>