Shades of Earls Green #B7B02C
Tints of Earls Green #B7B02C
RGB
CMYK
RGB Variations
Color information
#B7B02C (or 0xB7B02C) is known color: Earls Green. HEX triplet: B7, B0 and 2C. RGB value is (183,176,44). Sum of RGB (Red+Green+Blue) = 183+176+44=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B02C is #484FD3. Grayscale: #A3A3A3. Windows color (decimal): -4739028 or 2928823. OLE color: 2928823.
HSL color Cylindrical-coordinate representation of color #B7B02C: hue angle of 56.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7B02C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 44 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.28 |
| HSL | 56.98º | 0.61% | 0.45% | - |
| HSV(B) | 56.98º | 0.76% | 0.72% | - |
| XYZ | 35.51 | 41.3 | 8.48 | - |
| YUV | 163.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 44 | 0 | 0.04 | 0.76 | 0.28 | 56.98 | 0.61 | 0.45 |
| Hex | B7 | B0 | 2C | 0 | 4 | 4C | 1C | 39 | 3D | 2D |
| Octal | 267 | 260 | 54 | 0 | 4 | 114 | 34 | 71 | 75 | 55 |
| Binary | 10110111 | 10110000 | 101100 | 0 | 100 | 1001100 | 11100 | 111001 | 111101 | 101101 |
Color Harmonies of #B7B02C
Complementary color
Monochromatic Colors of #B7B02C
Black with #B7B02C
Text Example
Text Example
White with #B7B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B02C; }
p { color: rgb(183,176,44); }
H1.HeaderClassName
{
color: #B7B02C;
}
.AnyTagClassName
{
color: #B7B02C;
}
</style>
background-color css
<style>
a { background-color: #B7B02C; }
a { background-color: rgb(183,176,44); }
div.DivClassName
{
background-color: #B7B02C;
}
.BgClassName
{
background-color: #B7B02C;
}
</style>
border-color css
<style>
span { border-color: #B7B02C; }
span { border-color: rgb(183,176,44); }
td.TdClassName
{
border-color: #B7B02C;
}
.TagClassName
{
border-color: #B7B02C;
}
</style>