Shades of Earls Green #B9AD1F
Tints of Earls Green #B9AD1F
RGB
CMYK
RGB Variations
Color information
#B9AD1F (or 0xB9AD1F) is known color: Earls Green. HEX triplet: B9, AD and 1F. RGB value is (185,173,31). Sum of RGB (Red+Green+Blue) = 185+173+31=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD1F is #4652E0. Grayscale: #A0A0A0. Windows color (decimal): -4608737 or 2076089. OLE color: 2076089.
HSL color Cylindrical-coordinate representation of color #B9AD1F: hue angle of 55.32º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9AD1F is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 31 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.27 |
| HSL | 55.32º | 0.71% | 0.42% | - |
| HSV(B) | 55.32º | 0.83% | 0.73% | - |
| XYZ | 35.2 | 40.3 | 7.22 | - |
| YUV | 160.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 31 | 0 | 0.06 | 0.83 | 0.27 | 55.32 | 0.71 | 0.42 |
| Hex | B9 | AD | 1F | 0 | 6 | 53 | 1B | 37 | 47 | 2A |
| Octal | 271 | 255 | 37 | 0 | 6 | 123 | 33 | 67 | 107 | 52 |
| Binary | 10111001 | 10101101 | 11111 | 0 | 110 | 1010011 | 11011 | 110111 | 1000111 | 101010 |
Color Harmonies of #B9AD1F
Complementary color
Monochromatic Colors of #B9AD1F
Black with #B9AD1F
Text Example
Text Example
White with #B9AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD1F; }
p { color: rgb(185,173,31); }
H1.HeaderClassName
{
color: #B9AD1F;
}
.AnyTagClassName
{
color: #B9AD1F;
}
</style>
background-color css
<style>
a { background-color: #B9AD1F; }
a { background-color: rgb(185,173,31); }
div.DivClassName
{
background-color: #B9AD1F;
}
.BgClassName
{
background-color: #B9AD1F;
}
</style>
border-color css
<style>
span { border-color: #B9AD1F; }
span { border-color: rgb(185,173,31); }
td.TdClassName
{
border-color: #B9AD1F;
}
.TagClassName
{
border-color: #B9AD1F;
}
</style>