Shades of Earls Green #B7B228
Tints of Earls Green #B7B228
RGB
CMYK
RGB Variations
Color information
#B7B228 (or 0xB7B228) is known color: Earls Green. HEX triplet: B7, B2 and 28. RGB value is (183,178,40). Sum of RGB (Red+Green+Blue) = 183+178+40=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B228 is #484DD7. Grayscale: #A4A4A4. Windows color (decimal): -4738520 or 2667191. OLE color: 2667191.
HSL color Cylindrical-coordinate representation of color #B7B228: hue angle of 57.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7B228 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 40 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.28 |
| HSL | 57.9º | 0.64% | 0.44% | - |
| HSV(B) | 57.9º | 0.78% | 0.72% | - |
| XYZ | 35.83 | 42.06 | 8.24 | - |
| YUV | 163.76 | 58.16 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 40 | 0 | 0.03 | 0.78 | 0.28 | 57.9 | 0.64 | 0.44 |
| Hex | B7 | B2 | 28 | 0 | 3 | 4E | 1C | 3A | 40 | 2C |
| Octal | 267 | 262 | 50 | 0 | 3 | 116 | 34 | 72 | 100 | 54 |
| Binary | 10110111 | 10110010 | 101000 | 0 | 11 | 1001110 | 11100 | 111010 | 1000000 | 101100 |
Color Harmonies of #B7B228
Complementary color
Monochromatic Colors of #B7B228
Black with #B7B228
Text Example
Text Example
White with #B7B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B228; }
p { color: rgb(183,178,40); }
H1.HeaderClassName
{
color: #B7B228;
}
.AnyTagClassName
{
color: #B7B228;
}
</style>
background-color css
<style>
a { background-color: #B7B228; }
a { background-color: rgb(183,178,40); }
div.DivClassName
{
background-color: #B7B228;
}
.BgClassName
{
background-color: #B7B228;
}
</style>
border-color css
<style>
span { border-color: #B7B228; }
span { border-color: rgb(183,178,40); }
td.TdClassName
{
border-color: #B7B228;
}
.TagClassName
{
border-color: #B7B228;
}
</style>