Shades of Spring Rain #ACCB9C
Tints of Spring Rain #ACCB9C
RGB
CMYK
RGB Variations
Color information
#ACCB9C (or 0xACCB9C) is known color: Spring Rain. HEX triplet: AC, CB and 9C. RGB value is (172,203,156). Sum of RGB (Red+Green+Blue) = 172+203+156=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB9C is #533463. Grayscale: #BCBCBC. Windows color (decimal): -5452900 or 10275756. OLE color: 10275756.
HSL color Cylindrical-coordinate representation of color #ACCB9C: hue angle of 99.57º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCB9C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 156 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.20 |
| HSL | 99.57º | 0.31% | 0.7% | - |
| HSV(B) | 99.57º | 0.23% | 0.8% | - |
| XYZ | 44.37 | 53.88 | 39.51 | - |
| YUV | 188.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 156 | 0.15 | 0 | 0.23 | 0.20 | 99.57 | 0.31 | 0.7 |
| Hex | AC | CB | 9C | F | 0 | 17 | 14 | 64 | 1F | 46 |
| Octal | 254 | 313 | 234 | 17 | 0 | 27 | 24 | 144 | 37 | 106 |
| Binary | 10101100 | 11001011 | 10011100 | 1111 | 0 | 10111 | 10100 | 1100100 | 11111 | 1000110 |
Color Harmonies of #ACCB9C
Complementary color
Monochromatic Colors of #ACCB9C
Black with #ACCB9C
Text Example
Text Example
White with #ACCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB9C; }
p { color: rgb(172,203,156); }
H1.HeaderClassName
{
color: #ACCB9C;
}
.AnyTagClassName
{
color: #ACCB9C;
}
</style>
background-color css
<style>
a { background-color: #ACCB9C; }
a { background-color: rgb(172,203,156); }
div.DivClassName
{
background-color: #ACCB9C;
}
.BgClassName
{
background-color: #ACCB9C;
}
</style>
border-color css
<style>
span { border-color: #ACCB9C; }
span { border-color: rgb(172,203,156); }
td.TdClassName
{
border-color: #ACCB9C;
}
.TagClassName
{
border-color: #ACCB9C;
}
</style>