Shades of Earls Green #B7A330
Tints of Earls Green #B7A330
RGB
CMYK
RGB Variations
Color information
#B7A330 (or 0xB7A330) is known color: Earls Green. HEX triplet: B7, A3 and 30. RGB value is (183,163,48). Sum of RGB (Red+Green+Blue) = 183+163+48=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A330 is #485CCF. Grayscale: #9C9C9C. Windows color (decimal): -4742352 or 3187639. OLE color: 3187639.
HSL color Cylindrical-coordinate representation of color #B7A330: hue angle of 51.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 #B7A330 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 48 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.28 |
| HSL | 51.11º | 0.58% | 0.45% | - |
| HSV(B) | 51.11º | 0.74% | 0.72% | - |
| XYZ | 33.16 | 36.48 | 8.09 | - |
| YUV | 155.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 48 | 0 | 0.11 | 0.74 | 0.28 | 51.11 | 0.58 | 0.45 |
| Hex | B7 | A3 | 30 | 0 | B | 4A | 1C | 33 | 3A | 2D |
| Octal | 267 | 243 | 60 | 0 | 13 | 112 | 34 | 63 | 72 | 55 |
| Binary | 10110111 | 10100011 | 110000 | 0 | 1011 | 1001010 | 11100 | 110011 | 111010 | 101101 |
Color Harmonies of #B7A330
Complementary color
Monochromatic Colors of #B7A330
Black with #B7A330
Text Example
Text Example
White with #B7A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A330; }
p { color: rgb(183,163,48); }
H1.HeaderClassName
{
color: #B7A330;
}
.AnyTagClassName
{
color: #B7A330;
}
</style>
background-color css
<style>
a { background-color: #B7A330; }
a { background-color: rgb(183,163,48); }
div.DivClassName
{
background-color: #B7A330;
}
.BgClassName
{
background-color: #B7A330;
}
</style>
border-color css
<style>
span { border-color: #B7A330; }
span { border-color: rgb(183,163,48); }
td.TdClassName
{
border-color: #B7A330;
}
.TagClassName
{
border-color: #B7A330;
}
</style>