Shades of Earls Green #B7A81B
Tints of Earls Green #B7A81B
RGB
CMYK
RGB Variations
Color information
#B7A81B (or 0xB7A81B) is known color: Earls Green. HEX triplet: B7, A8 and 1B. RGB value is (183,168,27). Sum of RGB (Red+Green+Blue) = 183+168+27=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A81B is #4857E4. Grayscale: #9C9C9C. Windows color (decimal): -4741093 or 1812663. OLE color: 1812663.
HSL color Cylindrical-coordinate representation of color #B7A81B: hue angle of 54.23º 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 #B7A81B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 27 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.28 |
| HSL | 54.23º | 0.74% | 0.41% | - |
| HSV(B) | 54.23º | 0.85% | 0.72% | - |
| XYZ | 33.73 | 38.15 | 6.62 | - |
| YUV | 156.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 27 | 0 | 0.08 | 0.85 | 0.28 | 54.23 | 0.74 | 0.41 |
| Hex | B7 | A8 | 1B | 0 | 8 | 55 | 1C | 36 | 4A | 29 |
| Octal | 267 | 250 | 33 | 0 | 10 | 125 | 34 | 66 | 112 | 51 |
| Binary | 10110111 | 10101000 | 11011 | 0 | 1000 | 1010101 | 11100 | 110110 | 1001010 | 101001 |
Color Harmonies of #B7A81B
Complementary color
Monochromatic Colors of #B7A81B
Black with #B7A81B
Text Example
Text Example
White with #B7A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A81B; }
p { color: rgb(183,168,27); }
H1.HeaderClassName
{
color: #B7A81B;
}
.AnyTagClassName
{
color: #B7A81B;
}
</style>
background-color css
<style>
a { background-color: #B7A81B; }
a { background-color: rgb(183,168,27); }
div.DivClassName
{
background-color: #B7A81B;
}
.BgClassName
{
background-color: #B7A81B;
}
</style>
border-color css
<style>
span { border-color: #B7A81B; }
span { border-color: rgb(183,168,27); }
td.TdClassName
{
border-color: #B7A81B;
}
.TagClassName
{
border-color: #B7A81B;
}
</style>