Shades of Green Spring #AFB29B
Tints of Green Spring #AFB29B
RGB
CMYK
RGB Variations
Color information
#AFB29B (or 0xAFB29B) is known color: Green Spring. HEX triplet: AF, B2 and 9B. RGB value is (175,178,155). Sum of RGB (Red+Green+Blue) = 175+178+155=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29B is #504D64. Grayscale: #AEAEAE. Windows color (decimal): -5262693 or 10203823. OLE color: 10203823.
HSL color Cylindrical-coordinate representation of color #AFB29B: hue angle of 67.83º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB29B is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 155 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.30 |
| HSL | 67.83º | 0.13% | 0.65% | - |
| HSV(B) | 67.83º | 0.13% | 0.7% | - |
| XYZ | 39.52 | 43.32 | 37.29 | - |
| YUV | 174.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 155 | 0.02 | 0 | 0.13 | 0.30 | 67.83 | 0.13 | 0.65 |
| Hex | AF | B2 | 9B | 2 | 0 | D | 1E | 44 | D | 41 |
| Octal | 257 | 262 | 233 | 2 | 0 | 15 | 36 | 104 | 15 | 101 |
| Binary | 10101111 | 10110010 | 10011011 | 10 | 0 | 1101 | 11110 | 1000100 | 1101 | 1000001 |
Color Harmonies of #AFB29B
Complementary color
Monochromatic Colors of #AFB29B
Black with #AFB29B
Text Example
Text Example
White with #AFB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB29B; }
p { color: rgb(175,178,155); }
H1.HeaderClassName
{
color: #AFB29B;
}
.AnyTagClassName
{
color: #AFB29B;
}
</style>
background-color css
<style>
a { background-color: #AFB29B; }
a { background-color: rgb(175,178,155); }
div.DivClassName
{
background-color: #AFB29B;
}
.BgClassName
{
background-color: #AFB29B;
}
</style>
border-color css
<style>
span { border-color: #AFB29B; }
span { border-color: rgb(175,178,155); }
td.TdClassName
{
border-color: #AFB29B;
}
.TagClassName
{
border-color: #AFB29B;
}
</style>