Shades of Earls Green #B9AF30
Tints of Earls Green #B9AF30
RGB
CMYK
RGB Variations
Color information
#B9AF30 (or 0xB9AF30) is known color: Earls Green. HEX triplet: B9, AF and 30. RGB value is (185,175,48). Sum of RGB (Red+Green+Blue) = 185+175+48=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF30 is #4650CF. Grayscale: #A4A4A4. Windows color (decimal): -4608208 or 3190713. OLE color: 3190713.
HSL color Cylindrical-coordinate representation of color #B9AF30: hue angle of 55.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9AF30 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 48 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.27 |
| HSL | 55.62º | 0.59% | 0.46% | - |
| HSV(B) | 55.62º | 0.74% | 0.73% | - |
| XYZ | 35.87 | 41.19 | 8.86 | - |
| YUV | 163.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 48 | 0 | 0.05 | 0.74 | 0.27 | 55.62 | 0.59 | 0.46 |
| Hex | B9 | AF | 30 | 0 | 5 | 4A | 1B | 38 | 3B | 2E |
| Octal | 271 | 257 | 60 | 0 | 5 | 112 | 33 | 70 | 73 | 56 |
| Binary | 10111001 | 10101111 | 110000 | 0 | 101 | 1001010 | 11011 | 111000 | 111011 | 101110 |
Color Harmonies of #B9AF30
Complementary color
Monochromatic Colors of #B9AF30
Black with #B9AF30
Text Example
Text Example
White with #B9AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF30; }
p { color: rgb(185,175,48); }
H1.HeaderClassName
{
color: #B9AF30;
}
.AnyTagClassName
{
color: #B9AF30;
}
</style>
background-color css
<style>
a { background-color: #B9AF30; }
a { background-color: rgb(185,175,48); }
div.DivClassName
{
background-color: #B9AF30;
}
.BgClassName
{
background-color: #B9AF30;
}
</style>
border-color css
<style>
span { border-color: #B9AF30; }
span { border-color: rgb(185,175,48); }
td.TdClassName
{
border-color: #B9AF30;
}
.TagClassName
{
border-color: #B9AF30;
}
</style>