Shades of Spring Rain #ACCB9D
Tints of Spring Rain #ACCB9D
RGB
CMYK
RGB Variations
Color information
#ACCB9D (or 0xACCB9D) is known color: Spring Rain. HEX triplet: AC, CB and 9D. RGB value is (172,203,157). Sum of RGB (Red+Green+Blue) = 172+203+157=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB9D is #533462. Grayscale: #BCBCBC. Windows color (decimal): -5452899 or 10341292. OLE color: 10341292.
HSL color Cylindrical-coordinate representation of color #ACCB9D: hue angle of 100.43º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCB9D is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 157 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.20 |
| HSL | 100.43º | 0.31% | 0.71% | - |
| HSV(B) | 100.43º | 0.23% | 0.8% | - |
| XYZ | 44.46 | 53.92 | 39.96 | - |
| YUV | 188.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 157 | 0.15 | 0 | 0.23 | 0.20 | 100.43 | 0.31 | 0.71 |
| Hex | AC | CB | 9D | F | 0 | 17 | 14 | 64 | 1F | 47 |
| Octal | 254 | 313 | 235 | 17 | 0 | 27 | 24 | 144 | 37 | 107 |
| Binary | 10101100 | 11001011 | 10011101 | 1111 | 0 | 10111 | 10100 | 1100100 | 11111 | 1000111 |
Color Harmonies of #ACCB9D
Complementary color
Monochromatic Colors of #ACCB9D
Black with #ACCB9D
Text Example
Text Example
White with #ACCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB9D; }
p { color: rgb(172,203,157); }
H1.HeaderClassName
{
color: #ACCB9D;
}
.AnyTagClassName
{
color: #ACCB9D;
}
</style>
background-color css
<style>
a { background-color: #ACCB9D; }
a { background-color: rgb(172,203,157); }
div.DivClassName
{
background-color: #ACCB9D;
}
.BgClassName
{
background-color: #ACCB9D;
}
</style>
border-color css
<style>
span { border-color: #ACCB9D; }
span { border-color: rgb(172,203,157); }
td.TdClassName
{
border-color: #ACCB9D;
}
.TagClassName
{
border-color: #ACCB9D;
}
</style>