Shades of Earls Green #B7A21B
Tints of Earls Green #B7A21B
RGB
CMYK
RGB Variations
Color information
#B7A21B (or 0xB7A21B) is known color: Earls Green. HEX triplet: B7, A2 and 1B. RGB value is (183,162,27). Sum of RGB (Red+Green+Blue) = 183+162+27=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A21B is #485DE4. Grayscale: #999999. Windows color (decimal): -4742629 or 1811127. OLE color: 1811127.
HSL color Cylindrical-coordinate representation of color #B7A21B: hue angle of 51.92º degrees, saturation: 0.74, 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 #B7A21B is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 27 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.28 |
| HSL | 51.92º | 0.74% | 0.41% | - |
| HSV(B) | 51.92º | 0.85% | 0.72% | - |
| XYZ | 32.65 | 35.99 | 6.26 | - |
| YUV | 152.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 27 | 0 | 0.11 | 0.85 | 0.28 | 51.92 | 0.74 | 0.41 |
| Hex | B7 | A2 | 1B | 0 | B | 55 | 1C | 34 | 4A | 29 |
| Octal | 267 | 242 | 33 | 0 | 13 | 125 | 34 | 64 | 112 | 51 |
| Binary | 10110111 | 10100010 | 11011 | 0 | 1011 | 1010101 | 11100 | 110100 | 1001010 | 101001 |
Color Harmonies of #B7A21B
Complementary color
Monochromatic Colors of #B7A21B
Black with #B7A21B
Text Example
Text Example
White with #B7A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A21B; }
p { color: rgb(183,162,27); }
H1.HeaderClassName
{
color: #B7A21B;
}
.AnyTagClassName
{
color: #B7A21B;
}
</style>
background-color css
<style>
a { background-color: #B7A21B; }
a { background-color: rgb(183,162,27); }
div.DivClassName
{
background-color: #B7A21B;
}
.BgClassName
{
background-color: #B7A21B;
}
</style>
border-color css
<style>
span { border-color: #B7A21B; }
span { border-color: rgb(183,162,27); }
td.TdClassName
{
border-color: #B7A21B;
}
.TagClassName
{
border-color: #B7A21B;
}
</style>