Shades of Earls Green #B7A331
Tints of Earls Green #B7A331
RGB
CMYK
RGB Variations
Color information
#B7A331 (or 0xB7A331) is known color: Earls Green. HEX triplet: B7, A3 and 31. RGB value is (183,163,49). Sum of RGB (Red+Green+Blue) = 183+163+49=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A331 is #485CCE. Grayscale: #9C9C9C. Windows color (decimal): -4742351 or 3253175. OLE color: 3253175.
HSL color Cylindrical-coordinate representation of color #B7A331: hue angle of 51.04º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7A331 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 49 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.28 |
| HSL | 51.04º | 0.58% | 0.45% | - |
| HSV(B) | 51.04º | 0.73% | 0.72% | - |
| XYZ | 33.18 | 36.48 | 8.2 | - |
| YUV | 155.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 49 | 0 | 0.11 | 0.73 | 0.28 | 51.04 | 0.58 | 0.45 |
| Hex | B7 | A3 | 31 | 0 | B | 49 | 1C | 33 | 3A | 2D |
| Octal | 267 | 243 | 61 | 0 | 13 | 111 | 34 | 63 | 72 | 55 |
| Binary | 10110111 | 10100011 | 110001 | 0 | 1011 | 1001001 | 11100 | 110011 | 111010 | 101101 |
Color Harmonies of #B7A331
Complementary color
Monochromatic Colors of #B7A331
Black with #B7A331
Text Example
Text Example
White with #B7A331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A331; }
p { color: rgb(183,163,49); }
H1.HeaderClassName
{
color: #B7A331;
}
.AnyTagClassName
{
color: #B7A331;
}
</style>
background-color css
<style>
a { background-color: #B7A331; }
a { background-color: rgb(183,163,49); }
div.DivClassName
{
background-color: #B7A331;
}
.BgClassName
{
background-color: #B7A331;
}
</style>
border-color css
<style>
span { border-color: #B7A331; }
span { border-color: rgb(183,163,49); }
td.TdClassName
{
border-color: #B7A331;
}
.TagClassName
{
border-color: #B7A331;
}
</style>