Shades of Earls Green #B7B31C
Tints of Earls Green #B7B31C
RGB
CMYK
RGB Variations
Color information
#B7B31C (or 0xB7B31C) is known color: Earls Green. HEX triplet: B7, B3 and 1C. RGB value is (183,179,28). Sum of RGB (Red+Green+Blue) = 183+179+28=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B31C is #484CE3. Grayscale: #A3A3A3. Windows color (decimal): -4738276 or 1881015. OLE color: 1881015.
HSL color Cylindrical-coordinate representation of color #B7B31C: hue angle of 58.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7B31C is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 28 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.28 |
| HSL | 58.45º | 0.73% | 0.41% | - |
| HSV(B) | 58.45º | 0.85% | 0.72% | - |
| XYZ | 35.86 | 42.39 | 7.39 | - |
| YUV | 162.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 28 | 0 | 0.02 | 0.85 | 0.28 | 58.45 | 0.73 | 0.41 |
| Hex | B7 | B3 | 1C | 0 | 2 | 55 | 1C | 3A | 49 | 29 |
| Octal | 267 | 263 | 34 | 0 | 2 | 125 | 34 | 72 | 111 | 51 |
| Binary | 10110111 | 10110011 | 11100 | 0 | 10 | 1010101 | 11100 | 111010 | 1001001 | 101001 |
Color Harmonies of #B7B31C
Complementary color
Monochromatic Colors of #B7B31C
Black with #B7B31C
Text Example
Text Example
White with #B7B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B31C; }
p { color: rgb(183,179,28); }
H1.HeaderClassName
{
color: #B7B31C;
}
.AnyTagClassName
{
color: #B7B31C;
}
</style>
background-color css
<style>
a { background-color: #B7B31C; }
a { background-color: rgb(183,179,28); }
div.DivClassName
{
background-color: #B7B31C;
}
.BgClassName
{
background-color: #B7B31C;
}
</style>
border-color css
<style>
span { border-color: #B7B31C; }
span { border-color: rgb(183,179,28); }
td.TdClassName
{
border-color: #B7B31C;
}
.TagClassName
{
border-color: #B7B31C;
}
</style>