Shades of Green Spring #AFB891
Tints of Green Spring #AFB891
RGB
CMYK
RGB Variations
Color information
#AFB891 (or 0xAFB891) is known color: Green Spring. HEX triplet: AF, B8 and 91. RGB value is (175,184,145). Sum of RGB (Red+Green+Blue) = 175+184+145=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB891 is #50476E. Grayscale: #B1B1B1. Windows color (decimal): -5261167 or 9549999. OLE color: 9549999.
HSL color Cylindrical-coordinate representation of color #AFB891: hue angle of 73.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB891 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 145 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.28 |
| HSL | 73.85º | 0.22% | 0.65% | - |
| HSV(B) | 73.85º | 0.21% | 0.72% | - |
| XYZ | 39.93 | 45.44 | 33.45 | - |
| YUV | 176.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 145 | 0.05 | 0 | 0.21 | 0.28 | 73.85 | 0.22 | 0.65 |
| Hex | AF | B8 | 91 | 5 | 0 | 15 | 1C | 4A | 16 | 41 |
| Octal | 257 | 270 | 221 | 5 | 0 | 25 | 34 | 112 | 26 | 101 |
| Binary | 10101111 | 10111000 | 10010001 | 101 | 0 | 10101 | 11100 | 1001010 | 10110 | 1000001 |
Color Harmonies of #AFB891
Complementary color
Monochromatic Colors of #AFB891
Black with #AFB891
Text Example
Text Example
White with #AFB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB891; }
p { color: rgb(175,184,145); }
H1.HeaderClassName
{
color: #AFB891;
}
.AnyTagClassName
{
color: #AFB891;
}
</style>
background-color css
<style>
a { background-color: #AFB891; }
a { background-color: rgb(175,184,145); }
div.DivClassName
{
background-color: #AFB891;
}
.BgClassName
{
background-color: #AFB891;
}
</style>
border-color css
<style>
span { border-color: #AFB891; }
span { border-color: rgb(175,184,145); }
td.TdClassName
{
border-color: #AFB891;
}
.TagClassName
{
border-color: #AFB891;
}
</style>