Shades of Earls Green #B7AE32
Tints of Earls Green #B7AE32
RGB
CMYK
RGB Variations
Color information
#B7AE32 (or 0xB7AE32) is known color: Earls Green. HEX triplet: B7, AE and 32. RGB value is (183,174,50). Sum of RGB (Red+Green+Blue) = 183+174+50=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE32 is #4851CD. Grayscale: #A3A3A3. Windows color (decimal): -4739534 or 3321527. OLE color: 3321527.
HSL color Cylindrical-coordinate representation of color #B7AE32: hue angle of 55.94º 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 #B7AE32 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 174 | 50 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.28 |
| HSL | 55.94º | 0.57% | 0.46% | - |
| HSV(B) | 55.94º | 0.73% | 0.72% | - |
| XYZ | 35.24 | 40.57 | 8.99 | - |
| YUV | 162.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 174 | 50 | 0 | 0.05 | 0.73 | 0.28 | 55.94 | 0.57 | 0.46 |
| Hex | B7 | AE | 32 | 0 | 5 | 49 | 1C | 38 | 39 | 2E |
| Octal | 267 | 256 | 62 | 0 | 5 | 111 | 34 | 70 | 71 | 56 |
| Binary | 10110111 | 10101110 | 110010 | 0 | 101 | 1001001 | 11100 | 111000 | 111001 | 101110 |
Color Harmonies of #B7AE32
Complementary color
Monochromatic Colors of #B7AE32
Black with #B7AE32
Text Example
Text Example
White with #B7AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AE32; }
p { color: rgb(183,174,50); }
H1.HeaderClassName
{
color: #B7AE32;
}
.AnyTagClassName
{
color: #B7AE32;
}
</style>
background-color css
<style>
a { background-color: #B7AE32; }
a { background-color: rgb(183,174,50); }
div.DivClassName
{
background-color: #B7AE32;
}
.BgClassName
{
background-color: #B7AE32;
}
</style>
border-color css
<style>
span { border-color: #B7AE32; }
span { border-color: rgb(183,174,50); }
td.TdClassName
{
border-color: #B7AE32;
}
.TagClassName
{
border-color: #B7AE32;
}
</style>