Shades of Green Spring #AFB89C
Tints of Green Spring #AFB89C
RGB
CMYK
RGB Variations
Color information
#AFB89C (or 0xAFB89C) is known color: Green Spring. HEX triplet: AF, B8 and 9C. RGB value is (175,184,156). Sum of RGB (Red+Green+Blue) = 175+184+156=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89C is #504763. Grayscale: #B2B2B2. Windows color (decimal): -5261156 or 10270895. OLE color: 10270895.
HSL color Cylindrical-coordinate representation of color #AFB89C: hue angle of 79.29º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB89C is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 156 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.28 |
| HSL | 79.29º | 0.16% | 0.67% | - |
| HSV(B) | 79.29º | 0.15% | 0.72% | - |
| XYZ | 40.82 | 45.8 | 38.14 | - |
| YUV | 178.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 156 | 0.05 | 0 | 0.15 | 0.28 | 79.29 | 0.16 | 0.67 |
| Hex | AF | B8 | 9C | 5 | 0 | F | 1C | 4F | 10 | 43 |
| Octal | 257 | 270 | 234 | 5 | 0 | 17 | 34 | 117 | 20 | 103 |
| Binary | 10101111 | 10111000 | 10011100 | 101 | 0 | 1111 | 11100 | 1001111 | 10000 | 1000011 |
Color Harmonies of #AFB89C
Complementary color
Monochromatic Colors of #AFB89C
Black with #AFB89C
Text Example
Text Example
White with #AFB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB89C; }
p { color: rgb(175,184,156); }
H1.HeaderClassName
{
color: #AFB89C;
}
.AnyTagClassName
{
color: #AFB89C;
}
</style>
background-color css
<style>
a { background-color: #AFB89C; }
a { background-color: rgb(175,184,156); }
div.DivClassName
{
background-color: #AFB89C;
}
.BgClassName
{
background-color: #AFB89C;
}
</style>
border-color css
<style>
span { border-color: #AFB89C; }
span { border-color: rgb(175,184,156); }
td.TdClassName
{
border-color: #AFB89C;
}
.TagClassName
{
border-color: #AFB89C;
}
</style>