Shades of Spring Rain #ACCC9B
Tints of Spring Rain #ACCC9B
RGB
CMYK
RGB Variations
Color information
#ACCC9B (or 0xACCC9B) is known color: Spring Rain. HEX triplet: AC, CC and 9B. RGB value is (172,204,155). Sum of RGB (Red+Green+Blue) = 172+204+155=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC9B is #533364. Grayscale: #BDBDBD. Windows color (decimal): -5452645 or 10210476. OLE color: 10210476.
HSL color Cylindrical-coordinate representation of color #ACCC9B: hue angle of 99.18º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCC9B is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 155 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.2 |
| HSL | 99.18º | 0.32% | 0.7% | - |
| HSV(B) | 99.18º | 0.24% | 0.8% | - |
| XYZ | 44.52 | 54.32 | 39.15 | - |
| YUV | 188.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 155 | 0.16 | 0 | 0.24 | 0.2 | 99.18 | 0.32 | 0.7 |
| Hex | AC | CC | 9B | 10 | 0 | 18 | 14 | 63 | 20 | 46 |
| Octal | 254 | 314 | 233 | 20 | 0 | 30 | 24 | 143 | 40 | 106 |
| Binary | 10101100 | 11001100 | 10011011 | 10000 | 0 | 11000 | 10100 | 1100011 | 100000 | 1000110 |
Color Harmonies of #ACCC9B
Complementary color
Monochromatic Colors of #ACCC9B
Black with #ACCC9B
Text Example
Text Example
White with #ACCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC9B; }
p { color: rgb(172,204,155); }
H1.HeaderClassName
{
color: #ACCC9B;
}
.AnyTagClassName
{
color: #ACCC9B;
}
</style>
background-color css
<style>
a { background-color: #ACCC9B; }
a { background-color: rgb(172,204,155); }
div.DivClassName
{
background-color: #ACCC9B;
}
.BgClassName
{
background-color: #ACCC9B;
}
</style>
border-color css
<style>
span { border-color: #ACCC9B; }
span { border-color: rgb(172,204,155); }
td.TdClassName
{
border-color: #ACCC9B;
}
.TagClassName
{
border-color: #ACCC9B;
}
</style>