Shades of Earls Green #B9AD21
Tints of Earls Green #B9AD21
RGB
CMYK
RGB Variations
Color information
#B9AD21 (or 0xB9AD21) is known color: Earls Green. HEX triplet: B9, AD and 21. RGB value is (185,173,33). Sum of RGB (Red+Green+Blue) = 185+173+33=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD21 is #4652DE. Grayscale: #A1A1A1. Windows color (decimal): -4608735 or 2207161. OLE color: 2207161.
HSL color Cylindrical-coordinate representation of color #B9AD21: hue angle of 55.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9AD21 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 33 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.27 |
| HSL | 55.26º | 0.7% | 0.43% | - |
| HSV(B) | 55.26º | 0.82% | 0.73% | - |
| XYZ | 35.23 | 40.31 | 7.36 | - |
| YUV | 160.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 33 | 0 | 0.06 | 0.82 | 0.27 | 55.26 | 0.7 | 0.43 |
| Hex | B9 | AD | 21 | 0 | 6 | 52 | 1B | 37 | 46 | 2B |
| Octal | 271 | 255 | 41 | 0 | 6 | 122 | 33 | 67 | 106 | 53 |
| Binary | 10111001 | 10101101 | 100001 | 0 | 110 | 1010010 | 11011 | 110111 | 1000110 | 101011 |
Color Harmonies of #B9AD21
Complementary color
Monochromatic Colors of #B9AD21
Black with #B9AD21
Text Example
Text Example
White with #B9AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD21; }
p { color: rgb(185,173,33); }
H1.HeaderClassName
{
color: #B9AD21;
}
.AnyTagClassName
{
color: #B9AD21;
}
</style>
background-color css
<style>
a { background-color: #B9AD21; }
a { background-color: rgb(185,173,33); }
div.DivClassName
{
background-color: #B9AD21;
}
.BgClassName
{
background-color: #B9AD21;
}
</style>
border-color css
<style>
span { border-color: #B9AD21; }
span { border-color: rgb(185,173,33); }
td.TdClassName
{
border-color: #B9AD21;
}
.TagClassName
{
border-color: #B9AD21;
}
</style>