Shades of Earls Green #B7AC30
Tints of Earls Green #B7AC30
RGB
CMYK
RGB Variations
Color information
#B7AC30 (or 0xB7AC30) is known color: Earls Green. HEX triplet: B7, AC and 30. RGB value is (183,172,48). Sum of RGB (Red+Green+Blue) = 183+172+48=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AC30 is #4853CF. Grayscale: #A1A1A1. Windows color (decimal): -4740048 or 3189943. OLE color: 3189943.
HSL color Cylindrical-coordinate representation of color #B7AC30: hue angle of 55.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7AC30 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 48 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.28 |
| HSL | 55.11º | 0.58% | 0.45% | - |
| HSV(B) | 55.11º | 0.74% | 0.72% | - |
| XYZ | 34.81 | 39.79 | 8.64 | - |
| YUV | 161.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 48 | 0 | 0.06 | 0.74 | 0.28 | 55.11 | 0.58 | 0.45 |
| Hex | B7 | AC | 30 | 0 | 6 | 4A | 1C | 37 | 3A | 2D |
| Octal | 267 | 254 | 60 | 0 | 6 | 112 | 34 | 67 | 72 | 55 |
| Binary | 10110111 | 10101100 | 110000 | 0 | 110 | 1001010 | 11100 | 110111 | 111010 | 101101 |
Color Harmonies of #B7AC30
Complementary color
Monochromatic Colors of #B7AC30
Black with #B7AC30
Text Example
Text Example
White with #B7AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC30; }
p { color: rgb(183,172,48); }
H1.HeaderClassName
{
color: #B7AC30;
}
.AnyTagClassName
{
color: #B7AC30;
}
</style>
background-color css
<style>
a { background-color: #B7AC30; }
a { background-color: rgb(183,172,48); }
div.DivClassName
{
background-color: #B7AC30;
}
.BgClassName
{
background-color: #B7AC30;
}
</style>
border-color css
<style>
span { border-color: #B7AC30; }
span { border-color: rgb(183,172,48); }
td.TdClassName
{
border-color: #B7AC30;
}
.TagClassName
{
border-color: #B7AC30;
}
</style>