Shades of Earls Green #B7B31D
Tints of Earls Green #B7B31D
RGB
CMYK
RGB Variations
Color information
#B7B31D (or 0xB7B31D) is known color: Earls Green. HEX triplet: B7, B3 and 1D. RGB value is (183,179,29). Sum of RGB (Red+Green+Blue) = 183+179+29=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B31D is #484CE2. Grayscale: #A3A3A3. Windows color (decimal): -4738275 or 1946551. OLE color: 1946551.
HSL color Cylindrical-coordinate representation of color #B7B31D: hue angle of 58.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7B31D is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 29 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.28 |
| HSL | 58.44º | 0.73% | 0.42% | - |
| HSV(B) | 58.44º | 0.84% | 0.72% | - |
| XYZ | 35.87 | 42.4 | 7.46 | - |
| YUV | 163.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 29 | 0 | 0.02 | 0.84 | 0.28 | 58.44 | 0.73 | 0.42 |
| Hex | B7 | B3 | 1D | 0 | 2 | 54 | 1C | 3A | 49 | 2A |
| Octal | 267 | 263 | 35 | 0 | 2 | 124 | 34 | 72 | 111 | 52 |
| Binary | 10110111 | 10110011 | 11101 | 0 | 10 | 1010100 | 11100 | 111010 | 1001001 | 101010 |
Color Harmonies of #B7B31D
Complementary color
Monochromatic Colors of #B7B31D
Black with #B7B31D
Text Example
Text Example
White with #B7B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B31D; }
p { color: rgb(183,179,29); }
H1.HeaderClassName
{
color: #B7B31D;
}
.AnyTagClassName
{
color: #B7B31D;
}
</style>
background-color css
<style>
a { background-color: #B7B31D; }
a { background-color: rgb(183,179,29); }
div.DivClassName
{
background-color: #B7B31D;
}
.BgClassName
{
background-color: #B7B31D;
}
</style>
border-color css
<style>
span { border-color: #B7B31D; }
span { border-color: rgb(183,179,29); }
td.TdClassName
{
border-color: #B7B31D;
}
.TagClassName
{
border-color: #B7B31D;
}
</style>