Shades of Sprout #AFC89B
Tints of Sprout #AFC89B
RGB
CMYK
RGB Variations
Color information
#AFC89B (or 0xAFC89B) is known color: Sprout. HEX triplet: AF, C8 and 9B. RGB value is (175,200,155). Sum of RGB (Red+Green+Blue) = 175+200+155=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89B is #503764. Grayscale: #BBBBBB. Windows color (decimal): -5257061 or 10209455. OLE color: 10209455.
HSL color Cylindrical-coordinate representation of color #AFC89B: hue angle of 93.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC89B is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 155 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.22 |
| HSL | 93.33º | 0.29% | 0.7% | - |
| HSV(B) | 93.33º | 0.23% | 0.78% | - |
| XYZ | 44.25 | 52.79 | 38.87 | - |
| YUV | 187.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 155 | 0.12 | 0 | 0.22 | 0.22 | 93.33 | 0.29 | 0.7 |
| Hex | AF | C8 | 9B | C | 0 | 16 | 16 | 5D | 1D | 46 |
| Octal | 257 | 310 | 233 | 14 | 0 | 26 | 26 | 135 | 35 | 106 |
| Binary | 10101111 | 11001000 | 10011011 | 1100 | 0 | 10110 | 10110 | 1011101 | 11101 | 1000110 |
Color Harmonies of #AFC89B
Complementary color
Monochromatic Colors of #AFC89B
Black with #AFC89B
Text Example
Text Example
White with #AFC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC89B; }
p { color: rgb(175,200,155); }
H1.HeaderClassName
{
color: #AFC89B;
}
.AnyTagClassName
{
color: #AFC89B;
}
</style>
background-color css
<style>
a { background-color: #AFC89B; }
a { background-color: rgb(175,200,155); }
div.DivClassName
{
background-color: #AFC89B;
}
.BgClassName
{
background-color: #AFC89B;
}
</style>
border-color css
<style>
span { border-color: #AFC89B; }
span { border-color: rgb(175,200,155); }
td.TdClassName
{
border-color: #AFC89B;
}
.TagClassName
{
border-color: #AFC89B;
}
</style>