Shades of Earls Green #B7AD32
Tints of Earls Green #B7AD32
RGB
CMYK
RGB Variations
Color information
#B7AD32 (or 0xB7AD32) is known color: Earls Green. HEX triplet: B7, AD and 32. RGB value is (183,173,50). Sum of RGB (Red+Green+Blue) = 183+173+50=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD32 is #4852CD. Grayscale: #A2A2A2. Windows color (decimal): -4739790 or 3321271. OLE color: 3321271.
HSL color Cylindrical-coordinate representation of color #B7AD32: hue angle of 55.49º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7AD32 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 50 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.28 |
| HSL | 55.49º | 0.57% | 0.46% | - |
| HSV(B) | 55.49º | 0.73% | 0.72% | - |
| XYZ | 35.05 | 40.18 | 8.93 | - |
| YUV | 161.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 50 | 0 | 0.05 | 0.73 | 0.28 | 55.49 | 0.57 | 0.46 |
| Hex | B7 | AD | 32 | 0 | 5 | 49 | 1C | 37 | 39 | 2E |
| Octal | 267 | 255 | 62 | 0 | 5 | 111 | 34 | 67 | 71 | 56 |
| Binary | 10110111 | 10101101 | 110010 | 0 | 101 | 1001001 | 11100 | 110111 | 111001 | 101110 |
Color Harmonies of #B7AD32
Complementary color
Monochromatic Colors of #B7AD32
Black with #B7AD32
Text Example
Text Example
White with #B7AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD32; }
p { color: rgb(183,173,50); }
H1.HeaderClassName
{
color: #B7AD32;
}
.AnyTagClassName
{
color: #B7AD32;
}
</style>
background-color css
<style>
a { background-color: #B7AD32; }
a { background-color: rgb(183,173,50); }
div.DivClassName
{
background-color: #B7AD32;
}
.BgClassName
{
background-color: #B7AD32;
}
</style>
border-color css
<style>
span { border-color: #B7AD32; }
span { border-color: rgb(183,173,50); }
td.TdClassName
{
border-color: #B7AD32;
}
.TagClassName
{
border-color: #B7AD32;
}
</style>