Shades of Spring Rain #A5CB9A
Tints of Spring Rain #A5CB9A
RGB
CMYK
RGB Variations
Color information
#A5CB9A (or 0xA5CB9A) is known color: Spring Rain. HEX triplet: A5, CB and 9A. RGB value is (165,203,154). Sum of RGB (Red+Green+Blue) = 165+203+154=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB9A is #5A3465. Grayscale: #BABABA. Windows color (decimal): -5911654 or 10144677. OLE color: 10144677.
HSL color Cylindrical-coordinate representation of color #A5CB9A: hue angle of 106.53º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5CB9A is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 154 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.20 |
| HSL | 106.53º | 0.32% | 0.7% | - |
| HSV(B) | 106.53º | 0.24% | 0.8% | - |
| XYZ | 42.71 | 53.04 | 38.56 | - |
| YUV | 186.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 154 | 0.19 | 0 | 0.24 | 0.20 | 106.53 | 0.32 | 0.7 |
| Hex | A5 | CB | 9A | 13 | 0 | 18 | 14 | 6B | 20 | 46 |
| Octal | 245 | 313 | 232 | 23 | 0 | 30 | 24 | 153 | 40 | 106 |
| Binary | 10100101 | 11001011 | 10011010 | 10011 | 0 | 11000 | 10100 | 1101011 | 100000 | 1000110 |
Color Harmonies of #A5CB9A
Complementary color
Monochromatic Colors of #A5CB9A
Black with #A5CB9A
Text Example
Text Example
White with #A5CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB9A; }
p { color: rgb(165,203,154); }
H1.HeaderClassName
{
color: #A5CB9A;
}
.AnyTagClassName
{
color: #A5CB9A;
}
</style>
background-color css
<style>
a { background-color: #A5CB9A; }
a { background-color: rgb(165,203,154); }
div.DivClassName
{
background-color: #A5CB9A;
}
.BgClassName
{
background-color: #A5CB9A;
}
</style>
border-color css
<style>
span { border-color: #A5CB9A; }
span { border-color: rgb(165,203,154); }
td.TdClassName
{
border-color: #A5CB9A;
}
.TagClassName
{
border-color: #A5CB9A;
}
</style>