Shades of Earls Green #B9AD1B
Tints of Earls Green #B9AD1B
RGB
CMYK
RGB Variations
Color information
#B9AD1B (or 0xB9AD1B) is known color: Earls Green. HEX triplet: B9, AD and 1B. RGB value is (185,173,27). Sum of RGB (Red+Green+Blue) = 185+173+27=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD1B is #4652E4. Grayscale: #A0A0A0. Windows color (decimal): -4608741 or 1813945. OLE color: 1813945.
HSL color Cylindrical-coordinate representation of color #B9AD1B: hue angle of 55.44º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9AD1B is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 27 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.27 |
| HSL | 55.44º | 0.75% | 0.42% | - |
| HSV(B) | 55.44º | 0.85% | 0.73% | - |
| XYZ | 35.15 | 40.28 | 6.96 | - |
| YUV | 159.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 27 | 0 | 0.06 | 0.85 | 0.27 | 55.44 | 0.75 | 0.42 |
| Hex | B9 | AD | 1B | 0 | 6 | 55 | 1B | 37 | 4B | 2A |
| Octal | 271 | 255 | 33 | 0 | 6 | 125 | 33 | 67 | 113 | 52 |
| Binary | 10111001 | 10101101 | 11011 | 0 | 110 | 1010101 | 11011 | 110111 | 1001011 | 101010 |
Color Harmonies of #B9AD1B
Complementary color
Monochromatic Colors of #B9AD1B
Black with #B9AD1B
Text Example
Text Example
White with #B9AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD1B; }
p { color: rgb(185,173,27); }
H1.HeaderClassName
{
color: #B9AD1B;
}
.AnyTagClassName
{
color: #B9AD1B;
}
</style>
background-color css
<style>
a { background-color: #B9AD1B; }
a { background-color: rgb(185,173,27); }
div.DivClassName
{
background-color: #B9AD1B;
}
.BgClassName
{
background-color: #B9AD1B;
}
</style>
border-color css
<style>
span { border-color: #B9AD1B; }
span { border-color: rgb(185,173,27); }
td.TdClassName
{
border-color: #B9AD1B;
}
.TagClassName
{
border-color: #B9AD1B;
}
</style>