Shades of Spring Rain #AACB9B
Tints of Spring Rain #AACB9B
RGB
CMYK
RGB Variations
Color information
#AACB9B (or 0xAACB9B) is known color: Spring Rain. HEX triplet: AA, CB and 9B. RGB value is (170,203,155). Sum of RGB (Red+Green+Blue) = 170+203+155=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB9B is #553464. Grayscale: #BBBBBB. Windows color (decimal): -5583973 or 10210218. OLE color: 10210218.
HSL color Cylindrical-coordinate representation of color #AACB9B: hue angle of 101.25º 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 #AACB9B is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 155 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.20 |
| HSL | 101.25º | 0.32% | 0.7% | - |
| HSV(B) | 101.25º | 0.24% | 0.8% | - |
| XYZ | 43.85 | 53.62 | 39.05 | - |
| YUV | 187.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 155 | 0.16 | 0 | 0.24 | 0.20 | 101.25 | 0.32 | 0.7 |
| Hex | AA | CB | 9B | 10 | 0 | 18 | 14 | 65 | 20 | 46 |
| Octal | 252 | 313 | 233 | 20 | 0 | 30 | 24 | 145 | 40 | 106 |
| Binary | 10101010 | 11001011 | 10011011 | 10000 | 0 | 11000 | 10100 | 1100101 | 100000 | 1000110 |
Color Harmonies of #AACB9B
Complementary color
Monochromatic Colors of #AACB9B
Black with #AACB9B
Text Example
Text Example
White with #AACB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB9B; }
p { color: rgb(170,203,155); }
H1.HeaderClassName
{
color: #AACB9B;
}
.AnyTagClassName
{
color: #AACB9B;
}
</style>
background-color css
<style>
a { background-color: #AACB9B; }
a { background-color: rgb(170,203,155); }
div.DivClassName
{
background-color: #AACB9B;
}
.BgClassName
{
background-color: #AACB9B;
}
</style>
border-color css
<style>
span { border-color: #AACB9B; }
span { border-color: rgb(170,203,155); }
td.TdClassName
{
border-color: #AACB9B;
}
.TagClassName
{
border-color: #AACB9B;
}
</style>