Shades of Sprout #AFC19B
Tints of Sprout #AFC19B
RGB
CMYK
RGB Variations
Color information
#AFC19B (or 0xAFC19B) is known color: Sprout. HEX triplet: AF, C1 and 9B. RGB value is (175,193,155). Sum of RGB (Red+Green+Blue) = 175+193+155=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC19B is #503E64. Grayscale: #B7B7B7. Windows color (decimal): -5258853 or 10207663. OLE color: 10207663.
HSL color Cylindrical-coordinate representation of color #AFC19B: hue angle of 88.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC19B is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 155 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.24 |
| HSL | 88.42º | 0.23% | 0.68% | - |
| HSV(B) | 88.42º | 0.2% | 0.76% | - |
| XYZ | 42.67 | 49.62 | 38.34 | - |
| YUV | 183.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 155 | 0.09 | 0 | 0.20 | 0.24 | 88.42 | 0.23 | 0.68 |
| Hex | AF | C1 | 9B | 9 | 0 | 14 | 18 | 58 | 17 | 44 |
| Octal | 257 | 301 | 233 | 11 | 0 | 24 | 30 | 130 | 27 | 104 |
| Binary | 10101111 | 11000001 | 10011011 | 1001 | 0 | 10100 | 11000 | 1011000 | 10111 | 1000100 |
Color Harmonies of #AFC19B
Complementary color
Monochromatic Colors of #AFC19B
Black with #AFC19B
Text Example
Text Example
White with #AFC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC19B; }
p { color: rgb(175,193,155); }
H1.HeaderClassName
{
color: #AFC19B;
}
.AnyTagClassName
{
color: #AFC19B;
}
</style>
background-color css
<style>
a { background-color: #AFC19B; }
a { background-color: rgb(175,193,155); }
div.DivClassName
{
background-color: #AFC19B;
}
.BgClassName
{
background-color: #AFC19B;
}
</style>
border-color css
<style>
span { border-color: #AFC19B; }
span { border-color: rgb(175,193,155); }
td.TdClassName
{
border-color: #AFC19B;
}
.TagClassName
{
border-color: #AFC19B;
}
</style>