Shades of Earls Green #B7A128
Tints of Earls Green #B7A128
RGB
CMYK
RGB Variations
Color information
#B7A128 (or 0xB7A128) is known color: Earls Green. HEX triplet: B7, A1 and 28. RGB value is (183,161,40). Sum of RGB (Red+Green+Blue) = 183+161+40=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A128 is #485ED7. Grayscale: #9A9A9A. Windows color (decimal): -4742872 or 2662839. OLE color: 2662839.
HSL color Cylindrical-coordinate representation of color #B7A128: hue angle of 50.77º 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 #B7A128 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 40 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.28 |
| HSL | 50.77º | 0.64% | 0.44% | - |
| HSV(B) | 50.77º | 0.78% | 0.72% | - |
| XYZ | 32.66 | 35.71 | 7.18 | - |
| YUV | 153.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 40 | 0 | 0.12 | 0.78 | 0.28 | 50.77 | 0.64 | 0.44 |
| Hex | B7 | A1 | 28 | 0 | C | 4E | 1C | 33 | 40 | 2C |
| Octal | 267 | 241 | 50 | 0 | 14 | 116 | 34 | 63 | 100 | 54 |
| Binary | 10110111 | 10100001 | 101000 | 0 | 1100 | 1001110 | 11100 | 110011 | 1000000 | 101100 |
Color Harmonies of #B7A128
Complementary color
Monochromatic Colors of #B7A128
Black with #B7A128
Text Example
Text Example
White with #B7A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A128; }
p { color: rgb(183,161,40); }
H1.HeaderClassName
{
color: #B7A128;
}
.AnyTagClassName
{
color: #B7A128;
}
</style>
background-color css
<style>
a { background-color: #B7A128; }
a { background-color: rgb(183,161,40); }
div.DivClassName
{
background-color: #B7A128;
}
.BgClassName
{
background-color: #B7A128;
}
</style>
border-color css
<style>
span { border-color: #B7A128; }
span { border-color: rgb(183,161,40); }
td.TdClassName
{
border-color: #B7A128;
}
.TagClassName
{
border-color: #B7A128;
}
</style>