Shades of Spring Rain #A2B59C
Tints of Spring Rain #A2B59C
RGB
CMYK
RGB Variations
Color information
#A2B59C (or 0xA2B59C) is known color: Spring Rain. HEX triplet: A2, B5 and 9C. RGB value is (162,181,156). Sum of RGB (Red+Green+Blue) = 162+181+156=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B59C is #5D4A63. Grayscale: #ACACAC. Windows color (decimal): -6113892 or 10270114. OLE color: 10270114.
HSL color Cylindrical-coordinate representation of color #A2B59C: hue angle of 105.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B59C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 156 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.29 |
| HSL | 105.6º | 0.14% | 0.66% | - |
| HSV(B) | 105.6º | 0.14% | 0.71% | - |
| XYZ | 37.42 | 43.13 | 37.8 | - |
| YUV | 172.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 156 | 0.10 | 0 | 0.14 | 0.29 | 105.6 | 0.14 | 0.66 |
| Hex | A2 | B5 | 9C | A | 0 | E | 1D | 6A | E | 42 |
| Octal | 242 | 265 | 234 | 12 | 0 | 16 | 35 | 152 | 16 | 102 |
| Binary | 10100010 | 10110101 | 10011100 | 1010 | 0 | 1110 | 11101 | 1101010 | 1110 | 1000010 |
Color Harmonies of #A2B59C
Complementary color
Monochromatic Colors of #A2B59C
Black with #A2B59C
Text Example
Text Example
White with #A2B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B59C; }
p { color: rgb(162,181,156); }
H1.HeaderClassName
{
color: #A2B59C;
}
.AnyTagClassName
{
color: #A2B59C;
}
</style>
background-color css
<style>
a { background-color: #A2B59C; }
a { background-color: rgb(162,181,156); }
div.DivClassName
{
background-color: #A2B59C;
}
.BgClassName
{
background-color: #A2B59C;
}
</style>
border-color css
<style>
span { border-color: #A2B59C; }
span { border-color: rgb(162,181,156); }
td.TdClassName
{
border-color: #A2B59C;
}
.TagClassName
{
border-color: #A2B59C;
}
</style>