Shades of Earls Green #B9A627
Tints of Earls Green #B9A627
RGB
CMYK
RGB Variations
Color information
#B9A627 (or 0xB9A627) is known color: Earls Green. HEX triplet: B9, A6 and 27. RGB value is (185,166,39). Sum of RGB (Red+Green+Blue) = 185+166+39=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A627 is #4659D8. Grayscale: #9D9D9D. Windows color (decimal): -4610521 or 2598585. OLE color: 2598585.
HSL color Cylindrical-coordinate representation of color #B9A627: hue angle of 52.19º 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 #B9A627 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 39 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.27 |
| HSL | 52.19º | 0.65% | 0.44% | - |
| HSV(B) | 52.19º | 0.79% | 0.73% | - |
| XYZ | 34.01 | 37.73 | 7.41 | - |
| YUV | 157.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 39 | 0 | 0.10 | 0.79 | 0.27 | 52.19 | 0.65 | 0.44 |
| Hex | B9 | A6 | 27 | 0 | A | 4F | 1B | 34 | 41 | 2C |
| Octal | 271 | 246 | 47 | 0 | 12 | 117 | 33 | 64 | 101 | 54 |
| Binary | 10111001 | 10100110 | 100111 | 0 | 1010 | 1001111 | 11011 | 110100 | 1000001 | 101100 |
Color Harmonies of #B9A627
Complementary color
Monochromatic Colors of #B9A627
Black with #B9A627
Text Example
Text Example
White with #B9A627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A627; }
p { color: rgb(185,166,39); }
H1.HeaderClassName
{
color: #B9A627;
}
.AnyTagClassName
{
color: #B9A627;
}
</style>
background-color css
<style>
a { background-color: #B9A627; }
a { background-color: rgb(185,166,39); }
div.DivClassName
{
background-color: #B9A627;
}
.BgClassName
{
background-color: #B9A627;
}
</style>
border-color css
<style>
span { border-color: #B9A627; }
span { border-color: rgb(185,166,39); }
td.TdClassName
{
border-color: #B9A627;
}
.TagClassName
{
border-color: #B9A627;
}
</style>