Shades of Earls Green #B7B42E
Tints of Earls Green #B7B42E
RGB
CMYK
RGB Variations
Color information
#B7B42E (or 0xB7B42E) is known color: Earls Green. HEX triplet: B7, B4 and 2E. RGB value is (183,180,46). Sum of RGB (Red+Green+Blue) = 183+180+46=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B42E is #484BD1. Grayscale: #A6A6A6. Windows color (decimal): -4738002 or 3060919. OLE color: 3060919.
HSL color Cylindrical-coordinate representation of color #B7B42E: hue angle of 58.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7B42E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 46 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.28 |
| HSL | 58.69º | 0.6% | 0.45% | - |
| HSV(B) | 58.69º | 0.75% | 0.72% | - |
| XYZ | 36.34 | 42.91 | 8.95 | - |
| YUV | 165.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 46 | 0 | 0.02 | 0.75 | 0.28 | 58.69 | 0.6 | 0.45 |
| Hex | B7 | B4 | 2E | 0 | 2 | 4B | 1C | 3B | 3C | 2D |
| Octal | 267 | 264 | 56 | 0 | 2 | 113 | 34 | 73 | 74 | 55 |
| Binary | 10110111 | 10110100 | 101110 | 0 | 10 | 1001011 | 11100 | 111011 | 111100 | 101101 |
Color Harmonies of #B7B42E
Complementary color
Monochromatic Colors of #B7B42E
Black with #B7B42E
Text Example
Text Example
White with #B7B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B42E; }
p { color: rgb(183,180,46); }
H1.HeaderClassName
{
color: #B7B42E;
}
.AnyTagClassName
{
color: #B7B42E;
}
</style>
background-color css
<style>
a { background-color: #B7B42E; }
a { background-color: rgb(183,180,46); }
div.DivClassName
{
background-color: #B7B42E;
}
.BgClassName
{
background-color: #B7B42E;
}
</style>
border-color css
<style>
span { border-color: #B7B42E; }
span { border-color: rgb(183,180,46); }
td.TdClassName
{
border-color: #B7B42E;
}
.TagClassName
{
border-color: #B7B42E;
}
</style>