Shades of Spring Rain #A2BEA0
Tints of Spring Rain #A2BEA0
RGB
CMYK
RGB Variations
Color information
#A2BEA0 (or 0xA2BEA0) is known color: Spring Rain. HEX triplet: A2, BE and A0. RGB value is (162,190,160). Sum of RGB (Red+Green+Blue) = 162+190+160=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA0 is #5D415F. Grayscale: #B2B2B2. Windows color (decimal): -6111584 or 10534562. OLE color: 10534562.
HSL color Cylindrical-coordinate representation of color #A2BEA0: hue angle of 116º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BEA0 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 190 | 160 | - |
CMYK | 0.15 | 0 | 0.16 | 0.25 |
HSL | 116º | 0.19% | 0.69% | - |
HSV(B) | 116º | 0.16% | 0.75% | - |
XYZ | 39.66 | 47.05 | 40.25 | - |
YUV | 178.21 | 117.72 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 190 | 160 | 0.15 | 0 | 0.16 | 0.25 | 116 | 0.19 | 0.69 |
Hex | A2 | BE | A0 | F | 0 | 10 | 19 | 74 | 13 | 45 |
Octal | 242 | 276 | 240 | 17 | 0 | 20 | 31 | 164 | 23 | 105 |
Binary | 10100010 | 10111110 | 10100000 | 1111 | 0 | 10000 | 11001 | 1110100 | 10011 | 1000101 |
Color Harmonies of #A2BEA0
Complementary color
Monochromatic Colors of #A2BEA0
Black with #A2BEA0
Text Example
Text Example
White with #A2BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEA0; }
p { color: rgb(162,190,160); }
H1.HeaderClassName
{
color: #A2BEA0;
}
.AnyTagClassName
{
color: #A2BEA0;
}
</style>
background-color css
<style>
a { background-color: #A2BEA0; }
a { background-color: rgb(162,190,160); }
div.DivClassName
{
background-color: #A2BEA0;
}
.BgClassName
{
background-color: #A2BEA0;
}
</style>
border-color css
<style>
span { border-color: #A2BEA0; }
span { border-color: rgb(162,190,160); }
td.TdClassName
{
border-color: #A2BEA0;
}
.TagClassName
{
border-color: #A2BEA0;
}
</style>