Shades of Earls Green #B7B21C
Tints of Earls Green #B7B21C
RGB
CMYK
RGB Variations
Color information
#B7B21C (or 0xB7B21C) is known color: Earls Green. HEX triplet: B7, B2 and 1C. RGB value is (183,178,28). Sum of RGB (Red+Green+Blue) = 183+178+28=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B21C is #484DE3. Grayscale: #A3A3A3. Windows color (decimal): -4738532 or 1880759. OLE color: 1880759.
HSL color Cylindrical-coordinate representation of color #B7B21C: hue angle of 58.06º 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 #B7B21C is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 28 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.28 |
| HSL | 58.06º | 0.73% | 0.41% | - |
| HSV(B) | 58.06º | 0.85% | 0.72% | - |
| XYZ | 35.66 | 41.99 | 7.32 | - |
| YUV | 162.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 28 | 0 | 0.03 | 0.85 | 0.28 | 58.06 | 0.73 | 0.41 |
| Hex | B7 | B2 | 1C | 0 | 3 | 55 | 1C | 3A | 49 | 29 |
| Octal | 267 | 262 | 34 | 0 | 3 | 125 | 34 | 72 | 111 | 51 |
| Binary | 10110111 | 10110010 | 11100 | 0 | 11 | 1010101 | 11100 | 111010 | 1001001 | 101001 |
Color Harmonies of #B7B21C
Complementary color
Monochromatic Colors of #B7B21C
Black with #B7B21C
Text Example
Text Example
White with #B7B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B21C; }
p { color: rgb(183,178,28); }
H1.HeaderClassName
{
color: #B7B21C;
}
.AnyTagClassName
{
color: #B7B21C;
}
</style>
background-color css
<style>
a { background-color: #B7B21C; }
a { background-color: rgb(183,178,28); }
div.DivClassName
{
background-color: #B7B21C;
}
.BgClassName
{
background-color: #B7B21C;
}
</style>
border-color css
<style>
span { border-color: #B7B21C; }
span { border-color: rgb(183,178,28); }
td.TdClassName
{
border-color: #B7B21C;
}
.TagClassName
{
border-color: #B7B21C;
}
</style>