Shades of Earls Green #B7AF32
Tints of Earls Green #B7AF32
RGB
CMYK
RGB Variations
Color information
#B7AF32 (or 0xB7AF32) is known color: Earls Green. HEX triplet: B7, AF and 32. RGB value is (183,175,50). Sum of RGB (Red+Green+Blue) = 183+175+50=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF32 is #4850CD. Grayscale: #A3A3A3. Windows color (decimal): -4739278 or 3321783. OLE color: 3321783.
HSL color Cylindrical-coordinate representation of color #B7AF32: hue angle of 56.39º 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 #B7AF32 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 50 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.28 |
| HSL | 56.39º | 0.57% | 0.46% | - |
| HSV(B) | 56.39º | 0.73% | 0.72% | - |
| XYZ | 35.43 | 40.96 | 9.06 | - |
| YUV | 163.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 50 | 0 | 0.04 | 0.73 | 0.28 | 56.39 | 0.57 | 0.46 |
| Hex | B7 | AF | 32 | 0 | 4 | 49 | 1C | 38 | 39 | 2E |
| Octal | 267 | 257 | 62 | 0 | 4 | 111 | 34 | 70 | 71 | 56 |
| Binary | 10110111 | 10101111 | 110010 | 0 | 100 | 1001001 | 11100 | 111000 | 111001 | 101110 |
Color Harmonies of #B7AF32
Complementary color
Monochromatic Colors of #B7AF32
Black with #B7AF32
Text Example
Text Example
White with #B7AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF32; }
p { color: rgb(183,175,50); }
H1.HeaderClassName
{
color: #B7AF32;
}
.AnyTagClassName
{
color: #B7AF32;
}
</style>
background-color css
<style>
a { background-color: #B7AF32; }
a { background-color: rgb(183,175,50); }
div.DivClassName
{
background-color: #B7AF32;
}
.BgClassName
{
background-color: #B7AF32;
}
</style>
border-color css
<style>
span { border-color: #B7AF32; }
span { border-color: rgb(183,175,50); }
td.TdClassName
{
border-color: #B7AF32;
}
.TagClassName
{
border-color: #B7AF32;
}
</style>