Shades of Earls Green #B9AF2C
Tints of Earls Green #B9AF2C
RGB
CMYK
RGB Variations
Color information
#B9AF2C (or 0xB9AF2C) is known color: Earls Green. HEX triplet: B9, AF and 2C. RGB value is (185,175,44). Sum of RGB (Red+Green+Blue) = 185+175+44=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF2C is #4650D3. Grayscale: #A3A3A3. Windows color (decimal): -4608212 or 2928569. OLE color: 2928569.
HSL color Cylindrical-coordinate representation of color #B9AF2C: hue angle of 55.74º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9AF2C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 44 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.27 |
| HSL | 55.74º | 0.62% | 0.45% | - |
| HSV(B) | 55.74º | 0.76% | 0.73% | - |
| XYZ | 35.79 | 41.16 | 8.44 | - |
| YUV | 163.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 44 | 0 | 0.05 | 0.76 | 0.27 | 55.74 | 0.62 | 0.45 |
| Hex | B9 | AF | 2C | 0 | 5 | 4C | 1B | 38 | 3E | 2D |
| Octal | 271 | 257 | 54 | 0 | 5 | 114 | 33 | 70 | 76 | 55 |
| Binary | 10111001 | 10101111 | 101100 | 0 | 101 | 1001100 | 11011 | 111000 | 111110 | 101101 |
Color Harmonies of #B9AF2C
Complementary color
Monochromatic Colors of #B9AF2C
Black with #B9AF2C
Text Example
Text Example
White with #B9AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF2C; }
p { color: rgb(185,175,44); }
H1.HeaderClassName
{
color: #B9AF2C;
}
.AnyTagClassName
{
color: #B9AF2C;
}
</style>
background-color css
<style>
a { background-color: #B9AF2C; }
a { background-color: rgb(185,175,44); }
div.DivClassName
{
background-color: #B9AF2C;
}
.BgClassName
{
background-color: #B9AF2C;
}
</style>
border-color css
<style>
span { border-color: #B9AF2C; }
span { border-color: rgb(185,175,44); }
td.TdClassName
{
border-color: #B9AF2C;
}
.TagClassName
{
border-color: #B9AF2C;
}
</style>