Shades of Earls Green #B9AF1E
Tints of Earls Green #B9AF1E
RGB
CMYK
RGB Variations
Color information
#B9AF1E (or 0xB9AF1E) is known color: Earls Green. HEX triplet: B9, AF and 1E. RGB value is (185,175,30). Sum of RGB (Red+Green+Blue) = 185+175+30=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF1E is #4650E1. Grayscale: #A2A2A2. Windows color (decimal): -4608226 or 2011065. OLE color: 2011065.
HSL color Cylindrical-coordinate representation of color #B9AF1E: hue angle of 56.13º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9AF1E is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 30 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.27 |
| HSL | 56.13º | 0.72% | 0.42% | - |
| HSV(B) | 56.13º | 0.84% | 0.73% | - |
| XYZ | 35.57 | 41.07 | 7.28 | - |
| YUV | 161.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 30 | 0 | 0.05 | 0.84 | 0.27 | 56.13 | 0.72 | 0.42 |
| Hex | B9 | AF | 1E | 0 | 5 | 54 | 1B | 38 | 48 | 2A |
| Octal | 271 | 257 | 36 | 0 | 5 | 124 | 33 | 70 | 110 | 52 |
| Binary | 10111001 | 10101111 | 11110 | 0 | 101 | 1010100 | 11011 | 111000 | 1001000 | 101010 |
Color Harmonies of #B9AF1E
Complementary color
Monochromatic Colors of #B9AF1E
Black with #B9AF1E
Text Example
Text Example
White with #B9AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF1E; }
p { color: rgb(185,175,30); }
H1.HeaderClassName
{
color: #B9AF1E;
}
.AnyTagClassName
{
color: #B9AF1E;
}
</style>
background-color css
<style>
a { background-color: #B9AF1E; }
a { background-color: rgb(185,175,30); }
div.DivClassName
{
background-color: #B9AF1E;
}
.BgClassName
{
background-color: #B9AF1E;
}
</style>
border-color css
<style>
span { border-color: #B9AF1E; }
span { border-color: rgb(185,175,30); }
td.TdClassName
{
border-color: #B9AF1E;
}
.TagClassName
{
border-color: #B9AF1E;
}
</style>