Shades of Earls Green #B2AD17
Tints of Earls Green #B2AD17
RGB
CMYK
RGB Variations
Color information
#B2AD17 (or 0xB2AD17) is known color: Earls Green. HEX triplet: B2, AD and 17. RGB value is (178,173,23). Sum of RGB (Red+Green+Blue) = 178+173+23=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD17 is #4D52E8. Grayscale: #9E9E9E. Windows color (decimal): -5067497 or 1551794. OLE color: 1551794.
HSL color Cylindrical-coordinate representation of color #B2AD17: hue angle of 58.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2AD17 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 23 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.30 |
| HSL | 58.06º | 0.77% | 0.39% | - |
| HSV(B) | 58.06º | 0.87% | 0.7% | - |
| XYZ | 33.46 | 39.41 | 6.65 | - |
| YUV | 157.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 23 | 0 | 0.03 | 0.87 | 0.30 | 58.06 | 0.77 | 0.39 |
| Hex | B2 | AD | 17 | 0 | 3 | 57 | 1E | 3A | 4D | 27 |
| Octal | 262 | 255 | 27 | 0 | 3 | 127 | 36 | 72 | 115 | 47 |
| Binary | 10110010 | 10101101 | 10111 | 0 | 11 | 1010111 | 11110 | 111010 | 1001101 | 100111 |
Color Harmonies of #B2AD17
Complementary color
Monochromatic Colors of #B2AD17
Black with #B2AD17
Text Example
Text Example
White with #B2AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD17; }
p { color: rgb(178,173,23); }
H1.HeaderClassName
{
color: #B2AD17;
}
.AnyTagClassName
{
color: #B2AD17;
}
</style>
background-color css
<style>
a { background-color: #B2AD17; }
a { background-color: rgb(178,173,23); }
div.DivClassName
{
background-color: #B2AD17;
}
.BgClassName
{
background-color: #B2AD17;
}
</style>
border-color css
<style>
span { border-color: #B2AD17; }
span { border-color: rgb(178,173,23); }
td.TdClassName
{
border-color: #B2AD17;
}
.TagClassName
{
border-color: #B2AD17;
}
</style>