Shades of Earls Green #B2AF17
Tints of Earls Green #B2AF17
RGB
CMYK
RGB Variations
Color information
#B2AF17 (or 0xB2AF17) is known color: Earls Green. HEX triplet: B2, AF and 17. RGB value is (178,175,23). Sum of RGB (Red+Green+Blue) = 178+175+23=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF17 is #4D50E8. Grayscale: #9F9F9F. Windows color (decimal): -5066985 or 1552306. OLE color: 1552306.
HSL color Cylindrical-coordinate representation of color #B2AF17: hue angle of 58.84º 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 #B2AF17 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 23 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.30 |
| HSL | 58.84º | 0.77% | 0.39% | - |
| HSV(B) | 58.84º | 0.87% | 0.7% | - |
| XYZ | 33.84 | 40.19 | 6.78 | - |
| YUV | 158.57 | 51.49 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 23 | 0 | 0.02 | 0.87 | 0.30 | 58.84 | 0.77 | 0.39 |
| Hex | B2 | AF | 17 | 0 | 2 | 57 | 1E | 3B | 4D | 27 |
| Octal | 262 | 257 | 27 | 0 | 2 | 127 | 36 | 73 | 115 | 47 |
| Binary | 10110010 | 10101111 | 10111 | 0 | 10 | 1010111 | 11110 | 111011 | 1001101 | 100111 |
Color Harmonies of #B2AF17
Complementary color
Monochromatic Colors of #B2AF17
Black with #B2AF17
Text Example
Text Example
White with #B2AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF17; }
p { color: rgb(178,175,23); }
H1.HeaderClassName
{
color: #B2AF17;
}
.AnyTagClassName
{
color: #B2AF17;
}
</style>
background-color css
<style>
a { background-color: #B2AF17; }
a { background-color: rgb(178,175,23); }
div.DivClassName
{
background-color: #B2AF17;
}
.BgClassName
{
background-color: #B2AF17;
}
</style>
border-color css
<style>
span { border-color: #B2AF17; }
span { border-color: rgb(178,175,23); }
td.TdClassName
{
border-color: #B2AF17;
}
.TagClassName
{
border-color: #B2AF17;
}
</style>