Shades of Sprout #ACC698
Tints of Sprout #ACC698
RGB
CMYK
RGB Variations
Color information
#ACC698 (or 0xACC698) is known color: Sprout. HEX triplet: AC, C6 and 98. RGB value is (172,198,152). Sum of RGB (Red+Green+Blue) = 172+198+152=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC698 is #533967. Grayscale: #B9B9B9. Windows color (decimal): -5454184 or 10012332. OLE color: 10012332.
HSL color Cylindrical-coordinate representation of color #ACC698: hue angle of 93.91º degrees, saturation: 0.29, 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 #ACC698 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 152 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.22 |
| HSL | 93.91º | 0.29% | 0.69% | - |
| HSV(B) | 93.91º | 0.23% | 0.78% | - |
| XYZ | 42.87 | 51.43 | 37.37 | - |
| YUV | 184.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 152 | 0.13 | 0 | 0.23 | 0.22 | 93.91 | 0.29 | 0.69 |
| Hex | AC | C6 | 98 | D | 0 | 17 | 16 | 5E | 1D | 45 |
| Octal | 254 | 306 | 230 | 15 | 0 | 27 | 26 | 136 | 35 | 105 |
| Binary | 10101100 | 11000110 | 10011000 | 1101 | 0 | 10111 | 10110 | 1011110 | 11101 | 1000101 |
Color Harmonies of #ACC698
Complementary color
Monochromatic Colors of #ACC698
Black with #ACC698
Text Example
Text Example
White with #ACC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC698; }
p { color: rgb(172,198,152); }
H1.HeaderClassName
{
color: #ACC698;
}
.AnyTagClassName
{
color: #ACC698;
}
</style>
background-color css
<style>
a { background-color: #ACC698; }
a { background-color: rgb(172,198,152); }
div.DivClassName
{
background-color: #ACC698;
}
.BgClassName
{
background-color: #ACC698;
}
</style>
border-color css
<style>
span { border-color: #ACC698; }
span { border-color: rgb(172,198,152); }
td.TdClassName
{
border-color: #ACC698;
}
.TagClassName
{
border-color: #ACC698;
}
</style>