Shades of Earls Green #B7A328
Tints of Earls Green #B7A328
RGB
CMYK
RGB Variations
Color information
#B7A328 (or 0xB7A328) is known color: Earls Green. HEX triplet: B7, A3 and 28. RGB value is (183,163,40). Sum of RGB (Red+Green+Blue) = 183+163+40=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A328 is #485CD7. Grayscale: #9B9B9B. Windows color (decimal): -4742360 or 2663351. OLE color: 2663351.
HSL color Cylindrical-coordinate representation of color #B7A328: hue angle of 51.61º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7A328 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 40 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.28 |
| HSL | 51.61º | 0.64% | 0.44% | - |
| HSV(B) | 51.61º | 0.78% | 0.72% | - |
| XYZ | 33.01 | 36.41 | 7.3 | - |
| YUV | 154.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 40 | 0 | 0.11 | 0.78 | 0.28 | 51.61 | 0.64 | 0.44 |
| Hex | B7 | A3 | 28 | 0 | B | 4E | 1C | 34 | 40 | 2C |
| Octal | 267 | 243 | 50 | 0 | 13 | 116 | 34 | 64 | 100 | 54 |
| Binary | 10110111 | 10100011 | 101000 | 0 | 1011 | 1001110 | 11100 | 110100 | 1000000 | 101100 |
Color Harmonies of #B7A328
Complementary color
Monochromatic Colors of #B7A328
Black with #B7A328
Text Example
Text Example
White with #B7A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A328; }
p { color: rgb(183,163,40); }
H1.HeaderClassName
{
color: #B7A328;
}
.AnyTagClassName
{
color: #B7A328;
}
</style>
background-color css
<style>
a { background-color: #B7A328; }
a { background-color: rgb(183,163,40); }
div.DivClassName
{
background-color: #B7A328;
}
.BgClassName
{
background-color: #B7A328;
}
</style>
border-color css
<style>
span { border-color: #B7A328; }
span { border-color: rgb(183,163,40); }
td.TdClassName
{
border-color: #B7A328;
}
.TagClassName
{
border-color: #B7A328;
}
</style>