Shades of Earls Green #B7B030
Tints of Earls Green #B7B030
RGB
CMYK
RGB Variations
Color information
#B7B030 (or 0xB7B030) is known color: Earls Green. HEX triplet: B7, B0 and 30. RGB value is (183,176,48). Sum of RGB (Red+Green+Blue) = 183+176+48=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B030 is #484FCF. Grayscale: #A4A4A4. Windows color (decimal): -4739024 or 3190967. OLE color: 3190967.
HSL color Cylindrical-coordinate representation of color #B7B030: hue angle of 56.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7B030 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 48 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.28 |
| HSL | 56.89º | 0.58% | 0.45% | - |
| HSV(B) | 56.89º | 0.74% | 0.72% | - |
| XYZ | 35.59 | 41.33 | 8.9 | - |
| YUV | 163.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 48 | 0 | 0.04 | 0.74 | 0.28 | 56.89 | 0.58 | 0.45 |
| Hex | B7 | B0 | 30 | 0 | 4 | 4A | 1C | 39 | 3A | 2D |
| Octal | 267 | 260 | 60 | 0 | 4 | 112 | 34 | 71 | 72 | 55 |
| Binary | 10110111 | 10110000 | 110000 | 0 | 100 | 1001010 | 11100 | 111001 | 111010 | 101101 |
Color Harmonies of #B7B030
Complementary color
Monochromatic Colors of #B7B030
Black with #B7B030
Text Example
Text Example
White with #B7B030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B030; }
p { color: rgb(183,176,48); }
H1.HeaderClassName
{
color: #B7B030;
}
.AnyTagClassName
{
color: #B7B030;
}
</style>
background-color css
<style>
a { background-color: #B7B030; }
a { background-color: rgb(183,176,48); }
div.DivClassName
{
background-color: #B7B030;
}
.BgClassName
{
background-color: #B7B030;
}
</style>
border-color css
<style>
span { border-color: #B7B030; }
span { border-color: rgb(183,176,48); }
td.TdClassName
{
border-color: #B7B030;
}
.TagClassName
{
border-color: #B7B030;
}
</style>