Shades of Sprout #ACCB98
Tints of Sprout #ACCB98
RGB
CMYK
RGB Variations
Color information
#ACCB98 (or 0xACCB98) is known color: Sprout. HEX triplet: AC, CB and 98. RGB value is (172,203,152). Sum of RGB (Red+Green+Blue) = 172+203+152=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB98 is #533467. Grayscale: #BCBCBC. Windows color (decimal): -5452904 or 10013612. OLE color: 10013612.
HSL color Cylindrical-coordinate representation of color #ACCB98: hue angle of 96.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCB98 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 152 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.20 |
| HSL | 96.47º | 0.33% | 0.7% | - |
| HSV(B) | 96.47º | 0.25% | 0.8% | - |
| XYZ | 44.04 | 53.75 | 37.76 | - |
| YUV | 187.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 152 | 0.15 | 0 | 0.25 | 0.20 | 96.47 | 0.33 | 0.7 |
| Hex | AC | CB | 98 | F | 0 | 19 | 14 | 60 | 21 | 46 |
| Octal | 254 | 313 | 230 | 17 | 0 | 31 | 24 | 140 | 41 | 106 |
| Binary | 10101100 | 11001011 | 10011000 | 1111 | 0 | 11001 | 10100 | 1100000 | 100001 | 1000110 |
Color Harmonies of #ACCB98
Complementary color
Monochromatic Colors of #ACCB98
Black with #ACCB98
Text Example
Text Example
White with #ACCB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB98; }
p { color: rgb(172,203,152); }
H1.HeaderClassName
{
color: #ACCB98;
}
.AnyTagClassName
{
color: #ACCB98;
}
</style>
background-color css
<style>
a { background-color: #ACCB98; }
a { background-color: rgb(172,203,152); }
div.DivClassName
{
background-color: #ACCB98;
}
.BgClassName
{
background-color: #ACCB98;
}
</style>
border-color css
<style>
span { border-color: #ACCB98; }
span { border-color: rgb(172,203,152); }
td.TdClassName
{
border-color: #ACCB98;
}
.TagClassName
{
border-color: #ACCB98;
}
</style>