Shades of Earls Green #B7A21C
Tints of Earls Green #B7A21C
RGB
CMYK
RGB Variations
Color information
#B7A21C (or 0xB7A21C) is known color: Earls Green. HEX triplet: B7, A2 and 1C. RGB value is (183,162,28). Sum of RGB (Red+Green+Blue) = 183+162+28=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A21C is #485DE3. Grayscale: #999999. Windows color (decimal): -4742628 or 1876663. OLE color: 1876663.
HSL color Cylindrical-coordinate representation of color #B7A21C: hue angle of 51.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7A21C is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 28 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.28 |
| HSL | 51.87º | 0.73% | 0.41% | - |
| HSV(B) | 51.87º | 0.85% | 0.72% | - |
| XYZ | 32.66 | 35.99 | 6.32 | - |
| YUV | 153 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 28 | 0 | 0.11 | 0.85 | 0.28 | 51.87 | 0.73 | 0.41 |
| Hex | B7 | A2 | 1C | 0 | B | 55 | 1C | 34 | 49 | 29 |
| Octal | 267 | 242 | 34 | 0 | 13 | 125 | 34 | 64 | 111 | 51 |
| Binary | 10110111 | 10100010 | 11100 | 0 | 1011 | 1010101 | 11100 | 110100 | 1001001 | 101001 |
Color Harmonies of #B7A21C
Complementary color
Monochromatic Colors of #B7A21C
Black with #B7A21C
Text Example
Text Example
White with #B7A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A21C; }
p { color: rgb(183,162,28); }
H1.HeaderClassName
{
color: #B7A21C;
}
.AnyTagClassName
{
color: #B7A21C;
}
</style>
background-color css
<style>
a { background-color: #B7A21C; }
a { background-color: rgb(183,162,28); }
div.DivClassName
{
background-color: #B7A21C;
}
.BgClassName
{
background-color: #B7A21C;
}
</style>
border-color css
<style>
span { border-color: #B7A21C; }
span { border-color: rgb(183,162,28); }
td.TdClassName
{
border-color: #B7A21C;
}
.TagClassName
{
border-color: #B7A21C;
}
</style>