Shades of Earls Green #B7A21D
Tints of Earls Green #B7A21D
RGB
CMYK
RGB Variations
Color information
#B7A21D (or 0xB7A21D) is known color: Earls Green. HEX triplet: B7, A2 and 1D. RGB value is (183,162,29). Sum of RGB (Red+Green+Blue) = 183+162+29=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A21D is #485DE2. Grayscale: #999999. Windows color (decimal): -4742627 or 1942199. OLE color: 1942199.
HSL color Cylindrical-coordinate representation of color #B7A21D: hue angle of 51.82º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A21D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 29 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.28 |
| HSL | 51.82º | 0.73% | 0.42% | - |
| HSV(B) | 51.82º | 0.84% | 0.72% | - |
| XYZ | 32.67 | 36 | 6.39 | - |
| YUV | 153.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 29 | 0 | 0.11 | 0.84 | 0.28 | 51.82 | 0.73 | 0.42 |
| Hex | B7 | A2 | 1D | 0 | B | 54 | 1C | 34 | 49 | 2A |
| Octal | 267 | 242 | 35 | 0 | 13 | 124 | 34 | 64 | 111 | 52 |
| Binary | 10110111 | 10100010 | 11101 | 0 | 1011 | 1010100 | 11100 | 110100 | 1001001 | 101010 |
Color Harmonies of #B7A21D
Complementary color
Monochromatic Colors of #B7A21D
Black with #B7A21D
Text Example
Text Example
White with #B7A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A21D; }
p { color: rgb(183,162,29); }
H1.HeaderClassName
{
color: #B7A21D;
}
.AnyTagClassName
{
color: #B7A21D;
}
</style>
background-color css
<style>
a { background-color: #B7A21D; }
a { background-color: rgb(183,162,29); }
div.DivClassName
{
background-color: #B7A21D;
}
.BgClassName
{
background-color: #B7A21D;
}
</style>
border-color css
<style>
span { border-color: #B7A21D; }
span { border-color: rgb(183,162,29); }
td.TdClassName
{
border-color: #B7A21D;
}
.TagClassName
{
border-color: #B7A21D;
}
</style>