Shades of Earls Green #B7B01D
Tints of Earls Green #B7B01D
RGB
CMYK
RGB Variations
Color information
#B7B01D (or 0xB7B01D) is known color: Earls Green. HEX triplet: B7, B0 and 1D. RGB value is (183,176,29). Sum of RGB (Red+Green+Blue) = 183+176+29=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B01D is #484FE2. Grayscale: #A1A1A1. Windows color (decimal): -4739043 or 1945783. OLE color: 1945783.
HSL color Cylindrical-coordinate representation of color #B7B01D: hue angle of 57.27º 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 #B7B01D is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 29 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.28 |
| HSL | 57.27º | 0.73% | 0.42% | - |
| HSV(B) | 57.27º | 0.84% | 0.72% | - |
| XYZ | 35.28 | 41.21 | 7.26 | - |
| YUV | 161.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 29 | 0 | 0.04 | 0.84 | 0.28 | 57.27 | 0.73 | 0.42 |
| Hex | B7 | B0 | 1D | 0 | 4 | 54 | 1C | 39 | 49 | 2A |
| Octal | 267 | 260 | 35 | 0 | 4 | 124 | 34 | 71 | 111 | 52 |
| Binary | 10110111 | 10110000 | 11101 | 0 | 100 | 1010100 | 11100 | 111001 | 1001001 | 101010 |
Color Harmonies of #B7B01D
Complementary color
Monochromatic Colors of #B7B01D
Black with #B7B01D
Text Example
Text Example
White with #B7B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B01D; }
p { color: rgb(183,176,29); }
H1.HeaderClassName
{
color: #B7B01D;
}
.AnyTagClassName
{
color: #B7B01D;
}
</style>
background-color css
<style>
a { background-color: #B7B01D; }
a { background-color: rgb(183,176,29); }
div.DivClassName
{
background-color: #B7B01D;
}
.BgClassName
{
background-color: #B7B01D;
}
</style>
border-color css
<style>
span { border-color: #B7B01D; }
span { border-color: rgb(183,176,29); }
td.TdClassName
{
border-color: #B7B01D;
}
.TagClassName
{
border-color: #B7B01D;
}
</style>