Shades of Earls Green #B7B61E
Tints of Earls Green #B7B61E
RGB
CMYK
RGB Variations
Color information
#B7B61E (or 0xB7B61E) is known color: Earls Green. HEX triplet: B7, B6 and 1E. RGB value is (183,182,30). Sum of RGB (Red+Green+Blue) = 183+182+30=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B61E is #4849E1. Grayscale: #A5A5A5. Windows color (decimal): -4737506 or 2012855. OLE color: 2012855.
HSL color Cylindrical-coordinate representation of color #B7B61E: hue angle of 59.61º 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 #B7B61E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 30 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.28 |
| HSL | 59.61º | 0.72% | 0.42% | - |
| HSV(B) | 59.61º | 0.84% | 0.72% | - |
| XYZ | 36.49 | 43.62 | 7.72 | - |
| YUV | 164.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 30 | 0 | 0.01 | 0.84 | 0.28 | 59.61 | 0.72 | 0.42 |
| Hex | B7 | B6 | 1E | 0 | 1 | 54 | 1C | 3C | 48 | 2A |
| Octal | 267 | 266 | 36 | 0 | 1 | 124 | 34 | 74 | 110 | 52 |
| Binary | 10110111 | 10110110 | 11110 | 0 | 1 | 1010100 | 11100 | 111100 | 1001000 | 101010 |
Color Harmonies of #B7B61E
Complementary color
Monochromatic Colors of #B7B61E
Black with #B7B61E
Text Example
Text Example
White with #B7B61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B61E; }
p { color: rgb(183,182,30); }
H1.HeaderClassName
{
color: #B7B61E;
}
.AnyTagClassName
{
color: #B7B61E;
}
</style>
background-color css
<style>
a { background-color: #B7B61E; }
a { background-color: rgb(183,182,30); }
div.DivClassName
{
background-color: #B7B61E;
}
.BgClassName
{
background-color: #B7B61E;
}
</style>
border-color css
<style>
span { border-color: #B7B61E; }
span { border-color: rgb(183,182,30); }
td.TdClassName
{
border-color: #B7B61E;
}
.TagClassName
{
border-color: #B7B61E;
}
</style>