Shades of Spring Rain #A5CB97
Tints of Spring Rain #A5CB97
RGB
CMYK
RGB Variations
Color information
#A5CB97 (or 0xA5CB97) is known color: Spring Rain. HEX triplet: A5, CB and 97. RGB value is (165,203,151). Sum of RGB (Red+Green+Blue) = 165+203+151=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB97 is #5A3468. Grayscale: #B9B9B9. Windows color (decimal): -5911657 or 9948069. OLE color: 9948069.
HSL color Cylindrical-coordinate representation of color #A5CB97: hue angle of 103.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5CB97 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 151 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.20 |
| HSL | 103.85º | 0.33% | 0.69% | - |
| HSV(B) | 103.85º | 0.26% | 0.8% | - |
| XYZ | 42.46 | 52.95 | 37.26 | - |
| YUV | 185.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 151 | 0.19 | 0 | 0.26 | 0.20 | 103.85 | 0.33 | 0.69 |
| Hex | A5 | CB | 97 | 13 | 0 | 1A | 14 | 68 | 21 | 45 |
| Octal | 245 | 313 | 227 | 23 | 0 | 32 | 24 | 150 | 41 | 105 |
| Binary | 10100101 | 11001011 | 10010111 | 10011 | 0 | 11010 | 10100 | 1101000 | 100001 | 1000101 |
Color Harmonies of #A5CB97
Complementary color
Monochromatic Colors of #A5CB97
Black with #A5CB97
Text Example
Text Example
White with #A5CB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB97; }
p { color: rgb(165,203,151); }
H1.HeaderClassName
{
color: #A5CB97;
}
.AnyTagClassName
{
color: #A5CB97;
}
</style>
background-color css
<style>
a { background-color: #A5CB97; }
a { background-color: rgb(165,203,151); }
div.DivClassName
{
background-color: #A5CB97;
}
.BgClassName
{
background-color: #A5CB97;
}
</style>
border-color css
<style>
span { border-color: #A5CB97; }
span { border-color: rgb(165,203,151); }
td.TdClassName
{
border-color: #A5CB97;
}
.TagClassName
{
border-color: #A5CB97;
}
</style>