Shades of Green Spring #AFB19B
Tints of Green Spring #AFB19B
RGB
CMYK
RGB Variations
Color information
#AFB19B (or 0xAFB19B) is known color: Green Spring. HEX triplet: AF, B1 and 9B. RGB value is (175,177,155). Sum of RGB (Red+Green+Blue) = 175+177+155=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB19B is #504E64. Grayscale: #ADADAD. Windows color (decimal): -5262949 or 10203567. OLE color: 10203567.
HSL color Cylindrical-coordinate representation of color #AFB19B: hue angle of 65.45º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB19B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 155 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.31 |
| HSL | 65.45º | 0.12% | 0.65% | - |
| HSV(B) | 65.45º | 0.12% | 0.69% | - |
| XYZ | 39.32 | 42.92 | 37.22 | - |
| YUV | 173.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 155 | 0.01 | 0 | 0.12 | 0.31 | 65.45 | 0.12 | 0.65 |
| Hex | AF | B1 | 9B | 1 | 0 | C | 1F | 41 | C | 41 |
| Octal | 257 | 261 | 233 | 1 | 0 | 14 | 37 | 101 | 14 | 101 |
| Binary | 10101111 | 10110001 | 10011011 | 1 | 0 | 1100 | 11111 | 1000001 | 1100 | 1000001 |
Color Harmonies of #AFB19B
Complementary color
Monochromatic Colors of #AFB19B
Black with #AFB19B
Text Example
Text Example
White with #AFB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB19B; }
p { color: rgb(175,177,155); }
H1.HeaderClassName
{
color: #AFB19B;
}
.AnyTagClassName
{
color: #AFB19B;
}
</style>
background-color css
<style>
a { background-color: #AFB19B; }
a { background-color: rgb(175,177,155); }
div.DivClassName
{
background-color: #AFB19B;
}
.BgClassName
{
background-color: #AFB19B;
}
</style>
border-color css
<style>
span { border-color: #AFB19B; }
span { border-color: rgb(175,177,155); }
td.TdClassName
{
border-color: #AFB19B;
}
.TagClassName
{
border-color: #AFB19B;
}
</style>