Shades of Earls Green #B9B82D
Tints of Earls Green #B9B82D
RGB
CMYK
RGB Variations
Color information
#B9B82D (or 0xB9B82D) is known color: Earls Green. HEX triplet: B9, B8 and 2D. RGB value is (185,184,45). Sum of RGB (Red+Green+Blue) = 185+184+45=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B82D is #4647D2. Grayscale: #A9A9A9. Windows color (decimal): -4605907 or 2996409. OLE color: 2996409.
HSL color Cylindrical-coordinate representation of color #B9B82D: hue angle of 59.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9B82D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 45 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.27 |
| HSL | 59.57º | 0.61% | 0.45% | - |
| HSV(B) | 59.57º | 0.76% | 0.73% | - |
| XYZ | 37.62 | 44.78 | 9.14 | - |
| YUV | 168.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 45 | 0 | 0.01 | 0.76 | 0.27 | 59.57 | 0.61 | 0.45 |
| Hex | B9 | B8 | 2D | 0 | 1 | 4C | 1B | 3C | 3D | 2D |
| Octal | 271 | 270 | 55 | 0 | 1 | 114 | 33 | 74 | 75 | 55 |
| Binary | 10111001 | 10111000 | 101101 | 0 | 1 | 1001100 | 11011 | 111100 | 111101 | 101101 |
Color Harmonies of #B9B82D
Complementary color
Monochromatic Colors of #B9B82D
Black with #B9B82D
Text Example
Text Example
White with #B9B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B82D; }
p { color: rgb(185,184,45); }
H1.HeaderClassName
{
color: #B9B82D;
}
.AnyTagClassName
{
color: #B9B82D;
}
</style>
background-color css
<style>
a { background-color: #B9B82D; }
a { background-color: rgb(185,184,45); }
div.DivClassName
{
background-color: #B9B82D;
}
.BgClassName
{
background-color: #B9B82D;
}
</style>
border-color css
<style>
span { border-color: #B9B82D; }
span { border-color: rgb(185,184,45); }
td.TdClassName
{
border-color: #B9B82D;
}
.TagClassName
{
border-color: #B9B82D;
}
</style>