Shades of Spring Rain #A0BD9B
Tints of Spring Rain #A0BD9B
RGB
CMYK
RGB Variations
Color information
#A0BD9B (or 0xA0BD9B) is known color: Spring Rain. HEX triplet: A0, BD and 9B. RGB value is (160,189,155). Sum of RGB (Red+Green+Blue) = 160+189+155=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD9B is #5F4264. Grayscale: #B0B0B0. Windows color (decimal): -6242917 or 10206624. OLE color: 10206624.
HSL color Cylindrical-coordinate representation of color #A0BD9B: hue angle of 111.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BD9B is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 155 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.26 |
| HSL | 111.18º | 0.2% | 0.67% | - |
| HSV(B) | 111.18º | 0.18% | 0.74% | - |
| XYZ | 38.61 | 46.24 | 37.9 | - |
| YUV | 176.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 155 | 0.15 | 0 | 0.18 | 0.26 | 111.18 | 0.2 | 0.67 |
| Hex | A0 | BD | 9B | F | 0 | 12 | 1A | 6F | 14 | 43 |
| Octal | 240 | 275 | 233 | 17 | 0 | 22 | 32 | 157 | 24 | 103 |
| Binary | 10100000 | 10111101 | 10011011 | 1111 | 0 | 10010 | 11010 | 1101111 | 10100 | 1000011 |
Color Harmonies of #A0BD9B
Complementary color
Monochromatic Colors of #A0BD9B
Black with #A0BD9B
Text Example
Text Example
White with #A0BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD9B; }
p { color: rgb(160,189,155); }
H1.HeaderClassName
{
color: #A0BD9B;
}
.AnyTagClassName
{
color: #A0BD9B;
}
</style>
background-color css
<style>
a { background-color: #A0BD9B; }
a { background-color: rgb(160,189,155); }
div.DivClassName
{
background-color: #A0BD9B;
}
.BgClassName
{
background-color: #A0BD9B;
}
</style>
border-color css
<style>
span { border-color: #A0BD9B; }
span { border-color: rgb(160,189,155); }
td.TdClassName
{
border-color: #A0BD9B;
}
.TagClassName
{
border-color: #A0BD9B;
}
</style>