Shades of Spring Rain #A5BC9F
Tints of Spring Rain #A5BC9F
RGB
CMYK
RGB Variations
Color information
#A5BC9F (or 0xA5BC9F) is known color: Spring Rain. HEX triplet: A5, BC and 9F. RGB value is (165,188,159). Sum of RGB (Red+Green+Blue) = 165+188+159=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC9F is #5A4360. Grayscale: #B1B1B1. Windows color (decimal): -5915489 or 10468517. OLE color: 10468517.
HSL color Cylindrical-coordinate representation of color #A5BC9F: hue angle of 107.59º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BC9F is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 159 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.26 |
| HSL | 107.59º | 0.18% | 0.68% | - |
| HSV(B) | 107.59º | 0.15% | 0.74% | - |
| XYZ | 39.76 | 46.47 | 39.67 | - |
| YUV | 177.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 159 | 0.12 | 0 | 0.15 | 0.26 | 107.59 | 0.18 | 0.68 |
| Hex | A5 | BC | 9F | C | 0 | F | 1A | 6C | 12 | 44 |
| Octal | 245 | 274 | 237 | 14 | 0 | 17 | 32 | 154 | 22 | 104 |
| Binary | 10100101 | 10111100 | 10011111 | 1100 | 0 | 1111 | 11010 | 1101100 | 10010 | 1000100 |
Color Harmonies of #A5BC9F
Complementary color
Monochromatic Colors of #A5BC9F
Black with #A5BC9F
Text Example
Text Example
White with #A5BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC9F; }
p { color: rgb(165,188,159); }
H1.HeaderClassName
{
color: #A5BC9F;
}
.AnyTagClassName
{
color: #A5BC9F;
}
</style>
background-color css
<style>
a { background-color: #A5BC9F; }
a { background-color: rgb(165,188,159); }
div.DivClassName
{
background-color: #A5BC9F;
}
.BgClassName
{
background-color: #A5BC9F;
}
</style>
border-color css
<style>
span { border-color: #A5BC9F; }
span { border-color: rgb(165,188,159); }
td.TdClassName
{
border-color: #A5BC9F;
}
.TagClassName
{
border-color: #A5BC9F;
}
</style>