Shades of Earls Green #B7B41E
Tints of Earls Green #B7B41E
RGB
CMYK
RGB Variations
Color information
#B7B41E (or 0xB7B41E) is known color: Earls Green. HEX triplet: B7, B4 and 1E. RGB value is (183,180,30). Sum of RGB (Red+Green+Blue) = 183+180+30=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B41E is #484BE1. Grayscale: #A4A4A4. Windows color (decimal): -4738018 or 2012343. OLE color: 2012343.
HSL color Cylindrical-coordinate representation of color #B7B41E: hue angle of 58.82º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7B41E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 30 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.28 |
| HSL | 58.82º | 0.72% | 0.42% | - |
| HSV(B) | 58.82º | 0.84% | 0.72% | - |
| XYZ | 36.08 | 42.8 | 7.59 | - |
| YUV | 163.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 30 | 0 | 0.02 | 0.84 | 0.28 | 58.82 | 0.72 | 0.42 |
| Hex | B7 | B4 | 1E | 0 | 2 | 54 | 1C | 3B | 48 | 2A |
| Octal | 267 | 264 | 36 | 0 | 2 | 124 | 34 | 73 | 110 | 52 |
| Binary | 10110111 | 10110100 | 11110 | 0 | 10 | 1010100 | 11100 | 111011 | 1001000 | 101010 |
Color Harmonies of #B7B41E
Complementary color
Monochromatic Colors of #B7B41E
Black with #B7B41E
Text Example
Text Example
White with #B7B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B41E; }
p { color: rgb(183,180,30); }
H1.HeaderClassName
{
color: #B7B41E;
}
.AnyTagClassName
{
color: #B7B41E;
}
</style>
background-color css
<style>
a { background-color: #B7B41E; }
a { background-color: rgb(183,180,30); }
div.DivClassName
{
background-color: #B7B41E;
}
.BgClassName
{
background-color: #B7B41E;
}
</style>
border-color css
<style>
span { border-color: #B7B41E; }
span { border-color: rgb(183,180,30); }
td.TdClassName
{
border-color: #B7B41E;
}
.TagClassName
{
border-color: #B7B41E;
}
</style>