Shades of Earls Green #B9AD2B
Tints of Earls Green #B9AD2B
RGB
CMYK
RGB Variations
Color information
#B9AD2B (or 0xB9AD2B) is known color: Earls Green. HEX triplet: B9, AD and 2B. RGB value is (185,173,43). Sum of RGB (Red+Green+Blue) = 185+173+43=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD2B is #4652D4. Grayscale: #A2A2A2. Windows color (decimal): -4608725 or 2862521. OLE color: 2862521.
HSL color Cylindrical-coordinate representation of color #B9AD2B: hue angle of 54.93º degrees, saturation: 0.62, 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 #B9AD2B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 43 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.27 |
| HSL | 54.93º | 0.62% | 0.45% | - |
| HSV(B) | 54.93º | 0.77% | 0.73% | - |
| XYZ | 35.39 | 40.38 | 8.21 | - |
| YUV | 161.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 43 | 0 | 0.06 | 0.77 | 0.27 | 54.93 | 0.62 | 0.45 |
| Hex | B9 | AD | 2B | 0 | 6 | 4D | 1B | 37 | 3E | 2D |
| Octal | 271 | 255 | 53 | 0 | 6 | 115 | 33 | 67 | 76 | 55 |
| Binary | 10111001 | 10101101 | 101011 | 0 | 110 | 1001101 | 11011 | 110111 | 111110 | 101101 |
Color Harmonies of #B9AD2B
Complementary color
Monochromatic Colors of #B9AD2B
Black with #B9AD2B
Text Example
Text Example
White with #B9AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD2B; }
p { color: rgb(185,173,43); }
H1.HeaderClassName
{
color: #B9AD2B;
}
.AnyTagClassName
{
color: #B9AD2B;
}
</style>
background-color css
<style>
a { background-color: #B9AD2B; }
a { background-color: rgb(185,173,43); }
div.DivClassName
{
background-color: #B9AD2B;
}
.BgClassName
{
background-color: #B9AD2B;
}
</style>
border-color css
<style>
span { border-color: #B9AD2B; }
span { border-color: rgb(185,173,43); }
td.TdClassName
{
border-color: #B9AD2B;
}
.TagClassName
{
border-color: #B9AD2B;
}
</style>