Shades of Sprout #AFC59B
Tints of Sprout #AFC59B
RGB
CMYK
RGB Variations
Color information
#AFC59B (or 0xAFC59B) is known color: Sprout. HEX triplet: AF, C5 and 9B. RGB value is (175,197,155). Sum of RGB (Red+Green+Blue) = 175+197+155=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59B is #503A64. Grayscale: #B9B9B9. Windows color (decimal): -5257829 or 10208687. OLE color: 10208687.
HSL color Cylindrical-coordinate representation of color #AFC59B: hue angle of 91.43º degrees, saturation: 0.27, 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 #AFC59B is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 155 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.23 |
| HSL | 91.43º | 0.27% | 0.69% | - |
| HSV(B) | 91.43º | 0.21% | 0.77% | - |
| XYZ | 43.56 | 51.41 | 38.64 | - |
| YUV | 185.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 155 | 0.11 | 0 | 0.21 | 0.23 | 91.43 | 0.27 | 0.69 |
| Hex | AF | C5 | 9B | B | 0 | 15 | 17 | 5B | 1B | 45 |
| Octal | 257 | 305 | 233 | 13 | 0 | 25 | 27 | 133 | 33 | 105 |
| Binary | 10101111 | 11000101 | 10011011 | 1011 | 0 | 10101 | 10111 | 1011011 | 11011 | 1000101 |
Color Harmonies of #AFC59B
Complementary color
Monochromatic Colors of #AFC59B
Black with #AFC59B
Text Example
Text Example
White with #AFC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC59B; }
p { color: rgb(175,197,155); }
H1.HeaderClassName
{
color: #AFC59B;
}
.AnyTagClassName
{
color: #AFC59B;
}
</style>
background-color css
<style>
a { background-color: #AFC59B; }
a { background-color: rgb(175,197,155); }
div.DivClassName
{
background-color: #AFC59B;
}
.BgClassName
{
background-color: #AFC59B;
}
</style>
border-color css
<style>
span { border-color: #AFC59B; }
span { border-color: rgb(175,197,155); }
td.TdClassName
{
border-color: #AFC59B;
}
.TagClassName
{
border-color: #AFC59B;
}
</style>