Shades of Spring Rain #A2BF9B
Tints of Spring Rain #A2BF9B
RGB
CMYK
RGB Variations
Color information
#A2BF9B (or 0xA2BF9B) is known color: Spring Rain. HEX triplet: A2, BF and 9B. RGB value is (162,191,155). Sum of RGB (Red+Green+Blue) = 162+191+155=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BF9B is #5D4064. Grayscale: #B2B2B2. Windows color (decimal): -6111333 or 10207138. OLE color: 10207138.
HSL color Cylindrical-coordinate representation of color #A2BF9B: hue angle of 108.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2BF9B is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 155 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.25 |
| HSL | 108.33º | 0.22% | 0.68% | - |
| HSV(B) | 108.33º | 0.19% | 0.75% | - |
| XYZ | 39.45 | 47.31 | 38.06 | - |
| YUV | 178.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 155 | 0.15 | 0 | 0.19 | 0.25 | 108.33 | 0.22 | 0.68 |
| Hex | A2 | BF | 9B | F | 0 | 13 | 19 | 6C | 16 | 44 |
| Octal | 242 | 277 | 233 | 17 | 0 | 23 | 31 | 154 | 26 | 104 |
| Binary | 10100010 | 10111111 | 10011011 | 1111 | 0 | 10011 | 11001 | 1101100 | 10110 | 1000100 |
Color Harmonies of #A2BF9B
Complementary color
Monochromatic Colors of #A2BF9B
Black with #A2BF9B
Text Example
Text Example
White with #A2BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF9B; }
p { color: rgb(162,191,155); }
H1.HeaderClassName
{
color: #A2BF9B;
}
.AnyTagClassName
{
color: #A2BF9B;
}
</style>
background-color css
<style>
a { background-color: #A2BF9B; }
a { background-color: rgb(162,191,155); }
div.DivClassName
{
background-color: #A2BF9B;
}
.BgClassName
{
background-color: #A2BF9B;
}
</style>
border-color css
<style>
span { border-color: #A2BF9B; }
span { border-color: rgb(162,191,155); }
td.TdClassName
{
border-color: #A2BF9B;
}
.TagClassName
{
border-color: #A2BF9B;
}
</style>