Shades of Spring Rain #A5CB95
Tints of Spring Rain #A5CB95
RGB
CMYK
RGB Variations
Color information
#A5CB95 (or 0xA5CB95) is known color: Spring Rain. HEX triplet: A5, CB and 95. RGB value is (165,203,149). Sum of RGB (Red+Green+Blue) = 165+203+149=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB95 is #5A346A. Grayscale: #B9B9B9. Windows color (decimal): -5911659 or 9816997. OLE color: 9816997.
HSL color Cylindrical-coordinate representation of color #A5CB95: hue angle of 102.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5CB95 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 149 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.20 |
| HSL | 102.22º | 0.34% | 0.69% | - |
| HSV(B) | 102.22º | 0.27% | 0.8% | - |
| XYZ | 42.3 | 52.88 | 36.41 | - |
| YUV | 185.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 149 | 0.19 | 0 | 0.27 | 0.20 | 102.22 | 0.34 | 0.69 |
| Hex | A5 | CB | 95 | 13 | 0 | 1B | 14 | 66 | 22 | 45 |
| Octal | 245 | 313 | 225 | 23 | 0 | 33 | 24 | 146 | 42 | 105 |
| Binary | 10100101 | 11001011 | 10010101 | 10011 | 0 | 11011 | 10100 | 1100110 | 100010 | 1000101 |
Color Harmonies of #A5CB95
Complementary color
Monochromatic Colors of #A5CB95
Black with #A5CB95
Text Example
Text Example
White with #A5CB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB95; }
p { color: rgb(165,203,149); }
H1.HeaderClassName
{
color: #A5CB95;
}
.AnyTagClassName
{
color: #A5CB95;
}
</style>
background-color css
<style>
a { background-color: #A5CB95; }
a { background-color: rgb(165,203,149); }
div.DivClassName
{
background-color: #A5CB95;
}
.BgClassName
{
background-color: #A5CB95;
}
</style>
border-color css
<style>
span { border-color: #A5CB95; }
span { border-color: rgb(165,203,149); }
td.TdClassName
{
border-color: #A5CB95;
}
.TagClassName
{
border-color: #A5CB95;
}
</style>