Shades of Sprout #AFC49B
Tints of Sprout #AFC49B
RGB
CMYK
RGB Variations
Color information
#AFC49B (or 0xAFC49B) is known color: Sprout. HEX triplet: AF, C4 and 9B. RGB value is (175,196,155). Sum of RGB (Red+Green+Blue) = 175+196+155=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC49B is #503B64. Grayscale: #B9B9B9. Windows color (decimal): -5258085 or 10208431. OLE color: 10208431.
HSL color Cylindrical-coordinate representation of color #AFC49B: hue angle of 90.73º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC49B is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 155 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.23 |
| HSL | 90.73º | 0.26% | 0.69% | - |
| HSV(B) | 90.73º | 0.21% | 0.77% | - |
| XYZ | 43.34 | 50.96 | 38.56 | - |
| YUV | 185.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 155 | 0.11 | 0 | 0.21 | 0.23 | 90.73 | 0.26 | 0.69 |
| Hex | AF | C4 | 9B | B | 0 | 15 | 17 | 5B | 1A | 45 |
| Octal | 257 | 304 | 233 | 13 | 0 | 25 | 27 | 133 | 32 | 105 |
| Binary | 10101111 | 11000100 | 10011011 | 1011 | 0 | 10101 | 10111 | 1011011 | 11010 | 1000101 |
Color Harmonies of #AFC49B
Complementary color
Monochromatic Colors of #AFC49B
Black with #AFC49B
Text Example
Text Example
White with #AFC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC49B; }
p { color: rgb(175,196,155); }
H1.HeaderClassName
{
color: #AFC49B;
}
.AnyTagClassName
{
color: #AFC49B;
}
</style>
background-color css
<style>
a { background-color: #AFC49B; }
a { background-color: rgb(175,196,155); }
div.DivClassName
{
background-color: #AFC49B;
}
.BgClassName
{
background-color: #AFC49B;
}
</style>
border-color css
<style>
span { border-color: #AFC49B; }
span { border-color: rgb(175,196,155); }
td.TdClassName
{
border-color: #AFC49B;
}
.TagClassName
{
border-color: #AFC49B;
}
</style>