Shades of Spring Rain #A2BAA2
Tints of Spring Rain #A2BAA2
RGB
CMYK
RGB Variations
Color information
#A2BAA2 (or 0xA2BAA2) is known color: Spring Rain. HEX triplet: A2, BA and A2. RGB value is (162,186,162). Sum of RGB (Red+Green+Blue) = 162+186+162=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAA2 is #5D455D. Grayscale: #B0B0B0. Windows color (decimal): -6112606 or 10664610. OLE color: 10664610.
HSL color Cylindrical-coordinate representation of color #A2BAA2: hue angle of 120º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 186 | 162 | - |
CMYK | 0.13 | 0 | 0.13 | 0.27 |
HSL | 120º | 0.15% | 0.68% | - |
HSV(B) | 120º | 0.13% | 0.73% | - |
XYZ | 38.98 | 45.41 | 40.89 | - |
YUV | 176.09 | 120.05 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 186 | 162 | 0.13 | 0 | 0.13 | 0.27 | 120 | 0.15 | 0.68 |
Hex | A2 | BA | A2 | D | 0 | D | 1B | 78 | F | 44 |
Octal | 242 | 272 | 242 | 15 | 0 | 15 | 33 | 170 | 17 | 104 |
Binary | 10100010 | 10111010 | 10100010 | 1101 | 0 | 1101 | 11011 | 1111000 | 1111 | 1000100 |
Color Harmonies of #A2BAA2
Complementary color
Monochromatic Colors of #A2BAA2
Black with #A2BAA2
Text Example
Text Example
White with #A2BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BAA2; }
p { color: rgb(162,186,162); }
H1.HeaderClassName
{
color: #A2BAA2;
}
.AnyTagClassName
{
color: #A2BAA2;
}
</style>
background-color css
<style>
a { background-color: #A2BAA2; }
a { background-color: rgb(162,186,162); }
div.DivClassName
{
background-color: #A2BAA2;
}
.BgClassName
{
background-color: #A2BAA2;
}
</style>
border-color css
<style>
span { border-color: #A2BAA2; }
span { border-color: rgb(162,186,162); }
td.TdClassName
{
border-color: #A2BAA2;
}
.TagClassName
{
border-color: #A2BAA2;
}
</style>