Shades of Earls Green #B7B42A
Tints of Earls Green #B7B42A
RGB
CMYK
RGB Variations
Color information
#B7B42A (or 0xB7B42A) is known color: Earls Green. HEX triplet: B7, B4 and 2A. RGB value is (183,180,42). Sum of RGB (Red+Green+Blue) = 183+180+42=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B42A is #484BD5. Grayscale: #A5A5A5. Windows color (decimal): -4738006 or 2798775. OLE color: 2798775.
HSL color Cylindrical-coordinate representation of color #B7B42A: hue angle of 58.72º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7B42A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 42 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.28 |
| HSL | 58.72º | 0.63% | 0.44% | - |
| HSV(B) | 58.72º | 0.77% | 0.72% | - |
| XYZ | 36.27 | 42.88 | 8.56 | - |
| YUV | 165.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 42 | 0 | 0.02 | 0.77 | 0.28 | 58.72 | 0.63 | 0.44 |
| Hex | B7 | B4 | 2A | 0 | 2 | 4D | 1C | 3B | 3F | 2C |
| Octal | 267 | 264 | 52 | 0 | 2 | 115 | 34 | 73 | 77 | 54 |
| Binary | 10110111 | 10110100 | 101010 | 0 | 10 | 1001101 | 11100 | 111011 | 111111 | 101100 |
Color Harmonies of #B7B42A
Complementary color
Monochromatic Colors of #B7B42A
Black with #B7B42A
Text Example
Text Example
White with #B7B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B42A; }
p { color: rgb(183,180,42); }
H1.HeaderClassName
{
color: #B7B42A;
}
.AnyTagClassName
{
color: #B7B42A;
}
</style>
background-color css
<style>
a { background-color: #B7B42A; }
a { background-color: rgb(183,180,42); }
div.DivClassName
{
background-color: #B7B42A;
}
.BgClassName
{
background-color: #B7B42A;
}
</style>
border-color css
<style>
span { border-color: #B7B42A; }
span { border-color: rgb(183,180,42); }
td.TdClassName
{
border-color: #B7B42A;
}
.TagClassName
{
border-color: #B7B42A;
}
</style>