Shades of Spring Rain #A2CB9B
Tints of Spring Rain #A2CB9B
RGB
CMYK
RGB Variations
Color information
#A2CB9B (or 0xA2CB9B) is known color: Spring Rain. HEX triplet: A2, CB and 9B. RGB value is (162,203,155). Sum of RGB (Red+Green+Blue) = 162+203+155=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB9B is #5D3464. Grayscale: #B9B9B9. Windows color (decimal): -6108261 or 10210210. OLE color: 10210210.
HSL color Cylindrical-coordinate representation of color #A2CB9B: hue angle of 111.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 #A2CB9B is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 155 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.20 |
| HSL | 111.25º | 0.32% | 0.7% | - |
| HSV(B) | 111.25º | 0.24% | 0.8% | - |
| XYZ | 42.17 | 52.76 | 38.97 | - |
| YUV | 185.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 155 | 0.20 | 0 | 0.24 | 0.20 | 111.25 | 0.32 | 0.7 |
| Hex | A2 | CB | 9B | 14 | 0 | 18 | 14 | 6F | 20 | 46 |
| Octal | 242 | 313 | 233 | 24 | 0 | 30 | 24 | 157 | 40 | 106 |
| Binary | 10100010 | 11001011 | 10011011 | 10100 | 0 | 11000 | 10100 | 1101111 | 100000 | 1000110 |
Color Harmonies of #A2CB9B
Complementary color
Monochromatic Colors of #A2CB9B
Black with #A2CB9B
Text Example
Text Example
White with #A2CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB9B; }
p { color: rgb(162,203,155); }
H1.HeaderClassName
{
color: #A2CB9B;
}
.AnyTagClassName
{
color: #A2CB9B;
}
</style>
background-color css
<style>
a { background-color: #A2CB9B; }
a { background-color: rgb(162,203,155); }
div.DivClassName
{
background-color: #A2CB9B;
}
.BgClassName
{
background-color: #A2CB9B;
}
</style>
border-color css
<style>
span { border-color: #A2CB9B; }
span { border-color: rgb(162,203,155); }
td.TdClassName
{
border-color: #A2CB9B;
}
.TagClassName
{
border-color: #A2CB9B;
}
</style>