Shades of Earls Green #B7B227
Tints of Earls Green #B7B227
RGB
CMYK
RGB Variations
Color information
#B7B227 (or 0xB7B227) is known color: Earls Green. HEX triplet: B7, B2 and 27. RGB value is (183,178,39). Sum of RGB (Red+Green+Blue) = 183+178+39=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B227 is #484DD8. Grayscale: #A4A4A4. Windows color (decimal): -4738521 or 2601655. OLE color: 2601655.
HSL color Cylindrical-coordinate representation of color #B7B227: hue angle of 57.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7B227 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 39 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.28 |
| HSL | 57.92º | 0.65% | 0.44% | - |
| HSV(B) | 57.92º | 0.79% | 0.72% | - |
| XYZ | 35.82 | 42.05 | 8.15 | - |
| YUV | 163.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 39 | 0 | 0.03 | 0.79 | 0.28 | 57.92 | 0.65 | 0.44 |
| Hex | B7 | B2 | 27 | 0 | 3 | 4F | 1C | 3A | 41 | 2C |
| Octal | 267 | 262 | 47 | 0 | 3 | 117 | 34 | 72 | 101 | 54 |
| Binary | 10110111 | 10110010 | 100111 | 0 | 11 | 1001111 | 11100 | 111010 | 1000001 | 101100 |
Color Harmonies of #B7B227
Complementary color
Monochromatic Colors of #B7B227
Black with #B7B227
Text Example
Text Example
White with #B7B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B227; }
p { color: rgb(183,178,39); }
H1.HeaderClassName
{
color: #B7B227;
}
.AnyTagClassName
{
color: #B7B227;
}
</style>
background-color css
<style>
a { background-color: #B7B227; }
a { background-color: rgb(183,178,39); }
div.DivClassName
{
background-color: #B7B227;
}
.BgClassName
{
background-color: #B7B227;
}
</style>
border-color css
<style>
span { border-color: #B7B227; }
span { border-color: rgb(183,178,39); }
td.TdClassName
{
border-color: #B7B227;
}
.TagClassName
{
border-color: #B7B227;
}
</style>