Shades of Earls Green #B9AD2A
Tints of Earls Green #B9AD2A
RGB
CMYK
RGB Variations
Color information
#B9AD2A (or 0xB9AD2A) is known color: Earls Green. HEX triplet: B9, AD and 2A. RGB value is (185,173,42). Sum of RGB (Red+Green+Blue) = 185+173+42=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD2A is #4652D5. Grayscale: #A2A2A2. Windows color (decimal): -4608726 or 2796985. OLE color: 2796985.
HSL color Cylindrical-coordinate representation of color #B9AD2A: hue angle of 54.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9AD2A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 42 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.27 |
| HSL | 54.97º | 0.63% | 0.45% | - |
| HSV(B) | 54.97º | 0.77% | 0.73% | - |
| XYZ | 35.37 | 40.37 | 8.12 | - |
| YUV | 161.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 42 | 0 | 0.06 | 0.77 | 0.27 | 54.97 | 0.63 | 0.45 |
| Hex | B9 | AD | 2A | 0 | 6 | 4D | 1B | 37 | 3F | 2D |
| Octal | 271 | 255 | 52 | 0 | 6 | 115 | 33 | 67 | 77 | 55 |
| Binary | 10111001 | 10101101 | 101010 | 0 | 110 | 1001101 | 11011 | 110111 | 111111 | 101101 |
Color Harmonies of #B9AD2A
Complementary color
Monochromatic Colors of #B9AD2A
Black with #B9AD2A
Text Example
Text Example
White with #B9AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD2A; }
p { color: rgb(185,173,42); }
H1.HeaderClassName
{
color: #B9AD2A;
}
.AnyTagClassName
{
color: #B9AD2A;
}
</style>
background-color css
<style>
a { background-color: #B9AD2A; }
a { background-color: rgb(185,173,42); }
div.DivClassName
{
background-color: #B9AD2A;
}
.BgClassName
{
background-color: #B9AD2A;
}
</style>
border-color css
<style>
span { border-color: #B9AD2A; }
span { border-color: rgb(185,173,42); }
td.TdClassName
{
border-color: #B9AD2A;
}
.TagClassName
{
border-color: #B9AD2A;
}
</style>