Shades of Green Spring #AFB69B
Tints of Green Spring #AFB69B
RGB
CMYK
RGB Variations
Color information
#AFB69B (or 0xAFB69B) is known color: Green Spring. HEX triplet: AF, B6 and 9B. RGB value is (175,182,155). Sum of RGB (Red+Green+Blue) = 175+182+155=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB69B is #504964. Grayscale: #B0B0B0. Windows color (decimal): -5261669 or 10204847. OLE color: 10204847.
HSL color Cylindrical-coordinate representation of color #AFB69B: hue angle of 75.56º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB69B is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 155 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.29 |
| HSL | 75.56º | 0.16% | 0.66% | - |
| HSV(B) | 75.56º | 0.15% | 0.71% | - |
| XYZ | 40.32 | 44.94 | 37.56 | - |
| YUV | 176.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 155 | 0.04 | 0 | 0.15 | 0.29 | 75.56 | 0.16 | 0.66 |
| Hex | AF | B6 | 9B | 4 | 0 | F | 1D | 4C | 10 | 42 |
| Octal | 257 | 266 | 233 | 4 | 0 | 17 | 35 | 114 | 20 | 102 |
| Binary | 10101111 | 10110110 | 10011011 | 100 | 0 | 1111 | 11101 | 1001100 | 10000 | 1000010 |
Color Harmonies of #AFB69B
Complementary color
Monochromatic Colors of #AFB69B
Black with #AFB69B
Text Example
Text Example
White with #AFB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB69B; }
p { color: rgb(175,182,155); }
H1.HeaderClassName
{
color: #AFB69B;
}
.AnyTagClassName
{
color: #AFB69B;
}
</style>
background-color css
<style>
a { background-color: #AFB69B; }
a { background-color: rgb(175,182,155); }
div.DivClassName
{
background-color: #AFB69B;
}
.BgClassName
{
background-color: #AFB69B;
}
</style>
border-color css
<style>
span { border-color: #AFB69B; }
span { border-color: rgb(175,182,155); }
td.TdClassName
{
border-color: #AFB69B;
}
.TagClassName
{
border-color: #AFB69B;
}
</style>