Shades of Earls Green #B9AF2A
Tints of Earls Green #B9AF2A
RGB
CMYK
RGB Variations
Color information
#B9AF2A (or 0xB9AF2A) is known color: Earls Green. HEX triplet: B9, AF and 2A. RGB value is (185,175,42). Sum of RGB (Red+Green+Blue) = 185+175+42=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF2A is #4650D5. Grayscale: #A3A3A3. Windows color (decimal): -4608214 or 2797497. OLE color: 2797497.
HSL color Cylindrical-coordinate representation of color #B9AF2A: hue angle of 55.8º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9AF2A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 42 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.27 |
| HSL | 55.8º | 0.63% | 0.45% | - |
| HSV(B) | 55.8º | 0.77% | 0.73% | - |
| XYZ | 35.76 | 41.14 | 8.25 | - |
| YUV | 162.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 42 | 0 | 0.05 | 0.77 | 0.27 | 55.8 | 0.63 | 0.45 |
| Hex | B9 | AF | 2A | 0 | 5 | 4D | 1B | 38 | 3F | 2D |
| Octal | 271 | 257 | 52 | 0 | 5 | 115 | 33 | 70 | 77 | 55 |
| Binary | 10111001 | 10101111 | 101010 | 0 | 101 | 1001101 | 11011 | 111000 | 111111 | 101101 |
Color Harmonies of #B9AF2A
Complementary color
Monochromatic Colors of #B9AF2A
Black with #B9AF2A
Text Example
Text Example
White with #B9AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF2A; }
p { color: rgb(185,175,42); }
H1.HeaderClassName
{
color: #B9AF2A;
}
.AnyTagClassName
{
color: #B9AF2A;
}
</style>
background-color css
<style>
a { background-color: #B9AF2A; }
a { background-color: rgb(185,175,42); }
div.DivClassName
{
background-color: #B9AF2A;
}
.BgClassName
{
background-color: #B9AF2A;
}
</style>
border-color css
<style>
span { border-color: #B9AF2A; }
span { border-color: rgb(185,175,42); }
td.TdClassName
{
border-color: #B9AF2A;
}
.TagClassName
{
border-color: #B9AF2A;
}
</style>