Shades of Spring Rain #A2B89B
Tints of Spring Rain #A2B89B
RGB
CMYK
RGB Variations
Color information
#A2B89B (or 0xA2B89B) is known color: Spring Rain. HEX triplet: A2, B8 and 9B. RGB value is (162,184,155). Sum of RGB (Red+Green+Blue) = 162+184+155=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B89B is #5D4764. Grayscale: #AEAEAE. Windows color (decimal): -6113125 or 10205346. OLE color: 10205346.
HSL color Cylindrical-coordinate representation of color #A2B89B: hue angle of 105.52º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2B89B is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 155 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.28 |
| HSL | 105.52º | 0.17% | 0.66% | - |
| HSV(B) | 105.52º | 0.16% | 0.72% | - |
| XYZ | 37.96 | 44.33 | 37.57 | - |
| YUV | 174.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 155 | 0.12 | 0 | 0.16 | 0.28 | 105.52 | 0.17 | 0.66 |
| Hex | A2 | B8 | 9B | C | 0 | 10 | 1C | 6A | 11 | 42 |
| Octal | 242 | 270 | 233 | 14 | 0 | 20 | 34 | 152 | 21 | 102 |
| Binary | 10100010 | 10111000 | 10011011 | 1100 | 0 | 10000 | 11100 | 1101010 | 10001 | 1000010 |
Color Harmonies of #A2B89B
Complementary color
Monochromatic Colors of #A2B89B
Black with #A2B89B
Text Example
Text Example
White with #A2B89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B89B; }
p { color: rgb(162,184,155); }
H1.HeaderClassName
{
color: #A2B89B;
}
.AnyTagClassName
{
color: #A2B89B;
}
</style>
background-color css
<style>
a { background-color: #A2B89B; }
a { background-color: rgb(162,184,155); }
div.DivClassName
{
background-color: #A2B89B;
}
.BgClassName
{
background-color: #A2B89B;
}
</style>
border-color css
<style>
span { border-color: #A2B89B; }
span { border-color: rgb(162,184,155); }
td.TdClassName
{
border-color: #A2B89B;
}
.TagClassName
{
border-color: #A2B89B;
}
</style>