Shades of Sprout #ACC699
Tints of Sprout #ACC699
RGB
CMYK
RGB Variations
Color information
#ACC699 (or 0xACC699) is known color: Sprout. HEX triplet: AC, C6 and 99. RGB value is (172,198,153). Sum of RGB (Red+Green+Blue) = 172+198+153=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC699 is #533966. Grayscale: #B9B9B9. Windows color (decimal): -5454183 or 10077868. OLE color: 10077868.
HSL color Cylindrical-coordinate representation of color #ACC699: hue angle of 94.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC699 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 153 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.22 |
| HSL | 94.67º | 0.28% | 0.69% | - |
| HSV(B) | 94.67º | 0.23% | 0.78% | - |
| XYZ | 42.96 | 51.46 | 37.81 | - |
| YUV | 185.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 153 | 0.13 | 0 | 0.23 | 0.22 | 94.67 | 0.28 | 0.69 |
| Hex | AC | C6 | 99 | D | 0 | 17 | 16 | 5F | 1C | 45 |
| Octal | 254 | 306 | 231 | 15 | 0 | 27 | 26 | 137 | 34 | 105 |
| Binary | 10101100 | 11000110 | 10011001 | 1101 | 0 | 10111 | 10110 | 1011111 | 11100 | 1000101 |
Color Harmonies of #ACC699
Complementary color
Monochromatic Colors of #ACC699
Black with #ACC699
Text Example
Text Example
White with #ACC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC699; }
p { color: rgb(172,198,153); }
H1.HeaderClassName
{
color: #ACC699;
}
.AnyTagClassName
{
color: #ACC699;
}
</style>
background-color css
<style>
a { background-color: #ACC699; }
a { background-color: rgb(172,198,153); }
div.DivClassName
{
background-color: #ACC699;
}
.BgClassName
{
background-color: #ACC699;
}
</style>
border-color css
<style>
span { border-color: #ACC699; }
span { border-color: rgb(172,198,153); }
td.TdClassName
{
border-color: #ACC699;
}
.TagClassName
{
border-color: #ACC699;
}
</style>