Shades of Earls Green #B7B42D
Tints of Earls Green #B7B42D
RGB
CMYK
RGB Variations
Color information
#B7B42D (or 0xB7B42D) is known color: Earls Green. HEX triplet: B7, B4 and 2D. RGB value is (183,180,45). Sum of RGB (Red+Green+Blue) = 183+180+45=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B42D is #484BD2. Grayscale: #A6A6A6. Windows color (decimal): -4738003 or 2995383. OLE color: 2995383.
HSL color Cylindrical-coordinate representation of color #B7B42D: hue angle of 58.7º degrees, saturation: 0.61, 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 #B7B42D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 45 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.28 |
| HSL | 58.7º | 0.61% | 0.45% | - |
| HSV(B) | 58.7º | 0.75% | 0.72% | - |
| XYZ | 36.32 | 42.9 | 8.85 | - |
| YUV | 165.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 45 | 0 | 0.02 | 0.75 | 0.28 | 58.7 | 0.61 | 0.45 |
| Hex | B7 | B4 | 2D | 0 | 2 | 4B | 1C | 3B | 3D | 2D |
| Octal | 267 | 264 | 55 | 0 | 2 | 113 | 34 | 73 | 75 | 55 |
| Binary | 10110111 | 10110100 | 101101 | 0 | 10 | 1001011 | 11100 | 111011 | 111101 | 101101 |
Color Harmonies of #B7B42D
Complementary color
Monochromatic Colors of #B7B42D
Black with #B7B42D
Text Example
Text Example
White with #B7B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B42D; }
p { color: rgb(183,180,45); }
H1.HeaderClassName
{
color: #B7B42D;
}
.AnyTagClassName
{
color: #B7B42D;
}
</style>
background-color css
<style>
a { background-color: #B7B42D; }
a { background-color: rgb(183,180,45); }
div.DivClassName
{
background-color: #B7B42D;
}
.BgClassName
{
background-color: #B7B42D;
}
</style>
border-color css
<style>
span { border-color: #B7B42D; }
span { border-color: rgb(183,180,45); }
td.TdClassName
{
border-color: #B7B42D;
}
.TagClassName
{
border-color: #B7B42D;
}
</style>