Shades of Earls Green #B7A21F
Tints of Earls Green #B7A21F
RGB
CMYK
RGB Variations
Color information
#B7A21F (or 0xB7A21F) is known color: Earls Green. HEX triplet: B7, A2 and 1F. RGB value is (183,162,31). Sum of RGB (Red+Green+Blue) = 183+162+31=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A21F is #485DE0. Grayscale: #999999. Windows color (decimal): -4742625 or 2073271. OLE color: 2073271.
HSL color Cylindrical-coordinate representation of color #B7A21F: hue angle of 51.71º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7A21F is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 31 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.28 |
| HSL | 51.71º | 0.71% | 0.42% | - |
| HSV(B) | 51.71º | 0.83% | 0.72% | - |
| XYZ | 32.7 | 36.01 | 6.52 | - |
| YUV | 153.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 31 | 0 | 0.11 | 0.83 | 0.28 | 51.71 | 0.71 | 0.42 |
| Hex | B7 | A2 | 1F | 0 | B | 53 | 1C | 34 | 47 | 2A |
| Octal | 267 | 242 | 37 | 0 | 13 | 123 | 34 | 64 | 107 | 52 |
| Binary | 10110111 | 10100010 | 11111 | 0 | 1011 | 1010011 | 11100 | 110100 | 1000111 | 101010 |
Color Harmonies of #B7A21F
Complementary color
Monochromatic Colors of #B7A21F
Black with #B7A21F
Text Example
Text Example
White with #B7A21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A21F; }
p { color: rgb(183,162,31); }
H1.HeaderClassName
{
color: #B7A21F;
}
.AnyTagClassName
{
color: #B7A21F;
}
</style>
background-color css
<style>
a { background-color: #B7A21F; }
a { background-color: rgb(183,162,31); }
div.DivClassName
{
background-color: #B7A21F;
}
.BgClassName
{
background-color: #B7A21F;
}
</style>
border-color css
<style>
span { border-color: #B7A21F; }
span { border-color: rgb(183,162,31); }
td.TdClassName
{
border-color: #B7A21F;
}
.TagClassName
{
border-color: #B7A21F;
}
</style>