Shades of Earls Green #B9A80F
Tints of Earls Green #B9A80F
RGB
CMYK
RGB Variations
Color information
#B9A80F (or 0xB9A80F) is known color: Earls Green. HEX triplet: B9, A8 and 0F. RGB value is (185,168,15). Sum of RGB (Red+Green+Blue) = 185+168+15=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A80F is #4657F0. Grayscale: #9C9C9C. Windows color (decimal): -4610033 or 1026233. OLE color: 1026233.
HSL color Cylindrical-coordinate representation of color #B9A80F: hue angle of 54º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9A80F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.27 |
| HSL | 54º | 0.85% | 0.39% | - |
| HSV(B) | 54º | 0.92% | 0.73% | - |
| XYZ | 34.1 | 38.35 | 6.06 | - |
| YUV | 155.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 15 | 0 | 0.09 | 0.92 | 0.27 | 54 | 0.85 | 0.39 |
| Hex | B9 | A8 | F | 0 | 9 | 5C | 1B | 36 | 55 | 27 |
| Octal | 271 | 250 | 17 | 0 | 11 | 134 | 33 | 66 | 125 | 47 |
| Binary | 10111001 | 10101000 | 1111 | 0 | 1001 | 1011100 | 11011 | 110110 | 1010101 | 100111 |
Color Harmonies of #B9A80F
Complementary color
Monochromatic Colors of #B9A80F
Black with #B9A80F
Text Example
Text Example
White with #B9A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A80F; }
p { color: rgb(185,168,15); }
H1.HeaderClassName
{
color: #B9A80F;
}
.AnyTagClassName
{
color: #B9A80F;
}
</style>
background-color css
<style>
a { background-color: #B9A80F; }
a { background-color: rgb(185,168,15); }
div.DivClassName
{
background-color: #B9A80F;
}
.BgClassName
{
background-color: #B9A80F;
}
</style>
border-color css
<style>
span { border-color: #B9A80F; }
span { border-color: rgb(185,168,15); }
td.TdClassName
{
border-color: #B9A80F;
}
.TagClassName
{
border-color: #B9A80F;
}
</style>