Shades of Sprout #AFC692
Tints of Sprout #AFC692
RGB
CMYK
RGB Variations
Color information
#AFC692 (or 0xAFC692) is known color: Sprout. HEX triplet: AF, C6 and 92. RGB value is (175,198,146). Sum of RGB (Red+Green+Blue) = 175+198+146=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC692 is #50396D. Grayscale: #B9B9B9. Windows color (decimal): -5257582 or 9619119. OLE color: 9619119.
HSL color Cylindrical-coordinate representation of color #AFC692: hue angle of 86.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC692 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 146 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.22 |
| HSL | 86.54º | 0.31% | 0.67% | - |
| HSV(B) | 86.54º | 0.26% | 0.78% | - |
| XYZ | 43.06 | 51.58 | 34.88 | - |
| YUV | 185.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 146 | 0.12 | 0 | 0.26 | 0.22 | 86.54 | 0.31 | 0.67 |
| Hex | AF | C6 | 92 | C | 0 | 1A | 16 | 57 | 1F | 43 |
| Octal | 257 | 306 | 222 | 14 | 0 | 32 | 26 | 127 | 37 | 103 |
| Binary | 10101111 | 11000110 | 10010010 | 1100 | 0 | 11010 | 10110 | 1010111 | 11111 | 1000011 |
Color Harmonies of #AFC692
Complementary color
Monochromatic Colors of #AFC692
Black with #AFC692
Text Example
Text Example
White with #AFC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC692; }
p { color: rgb(175,198,146); }
H1.HeaderClassName
{
color: #AFC692;
}
.AnyTagClassName
{
color: #AFC692;
}
</style>
background-color css
<style>
a { background-color: #AFC692; }
a { background-color: rgb(175,198,146); }
div.DivClassName
{
background-color: #AFC692;
}
.BgClassName
{
background-color: #AFC692;
}
</style>
border-color css
<style>
span { border-color: #AFC692; }
span { border-color: rgb(175,198,146); }
td.TdClassName
{
border-color: #AFC692;
}
.TagClassName
{
border-color: #AFC692;
}
</style>