Shades of Earls Green #B7B21D
Tints of Earls Green #B7B21D
RGB
CMYK
RGB Variations
Color information
#B7B21D (or 0xB7B21D) is known color: Earls Green. HEX triplet: B7, B2 and 1D. RGB value is (183,178,29). Sum of RGB (Red+Green+Blue) = 183+178+29=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B21D is #484DE2. Grayscale: #A3A3A3. Windows color (decimal): -4738531 or 1946295. OLE color: 1946295.
HSL color Cylindrical-coordinate representation of color #B7B21D: hue angle of 58.05º 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 #B7B21D is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 29 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.28 |
| HSL | 58.05º | 0.73% | 0.42% | - |
| HSV(B) | 58.05º | 0.84% | 0.72% | - |
| XYZ | 35.67 | 42 | 7.39 | - |
| YUV | 162.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 29 | 0 | 0.03 | 0.84 | 0.28 | 58.05 | 0.73 | 0.42 |
| Hex | B7 | B2 | 1D | 0 | 3 | 54 | 1C | 3A | 49 | 2A |
| Octal | 267 | 262 | 35 | 0 | 3 | 124 | 34 | 72 | 111 | 52 |
| Binary | 10110111 | 10110010 | 11101 | 0 | 11 | 1010100 | 11100 | 111010 | 1001001 | 101010 |
Color Harmonies of #B7B21D
Complementary color
Monochromatic Colors of #B7B21D
Black with #B7B21D
Text Example
Text Example
White with #B7B21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B21D; }
p { color: rgb(183,178,29); }
H1.HeaderClassName
{
color: #B7B21D;
}
.AnyTagClassName
{
color: #B7B21D;
}
</style>
background-color css
<style>
a { background-color: #B7B21D; }
a { background-color: rgb(183,178,29); }
div.DivClassName
{
background-color: #B7B21D;
}
.BgClassName
{
background-color: #B7B21D;
}
</style>
border-color css
<style>
span { border-color: #B7B21D; }
span { border-color: rgb(183,178,29); }
td.TdClassName
{
border-color: #B7B21D;
}
.TagClassName
{
border-color: #B7B21D;
}
</style>