Shades of Spring Rain #A8CB9B
Tints of Spring Rain #A8CB9B
RGB
CMYK
RGB Variations
Color information
#A8CB9B (or 0xA8CB9B) is known color: Spring Rain. HEX triplet: A8, CB and 9B. RGB value is (168,203,155). Sum of RGB (Red+Green+Blue) = 168+203+155=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB9B is #573464. Grayscale: #BBBBBB. Windows color (decimal): -5715045 or 10210216. OLE color: 10210216.
HSL color Cylindrical-coordinate representation of color #A8CB9B: hue angle of 103.75º 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 #A8CB9B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 155 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.20 |
| HSL | 103.75º | 0.32% | 0.7% | - |
| HSV(B) | 103.75º | 0.24% | 0.8% | - |
| XYZ | 43.42 | 53.4 | 39.03 | - |
| YUV | 187.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 155 | 0.17 | 0 | 0.24 | 0.20 | 103.75 | 0.32 | 0.7 |
| Hex | A8 | CB | 9B | 11 | 0 | 18 | 14 | 68 | 20 | 46 |
| Octal | 250 | 313 | 233 | 21 | 0 | 30 | 24 | 150 | 40 | 106 |
| Binary | 10101000 | 11001011 | 10011011 | 10001 | 0 | 11000 | 10100 | 1101000 | 100000 | 1000110 |
Color Harmonies of #A8CB9B
Complementary color
Monochromatic Colors of #A8CB9B
Black with #A8CB9B
Text Example
Text Example
White with #A8CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB9B; }
p { color: rgb(168,203,155); }
H1.HeaderClassName
{
color: #A8CB9B;
}
.AnyTagClassName
{
color: #A8CB9B;
}
</style>
background-color css
<style>
a { background-color: #A8CB9B; }
a { background-color: rgb(168,203,155); }
div.DivClassName
{
background-color: #A8CB9B;
}
.BgClassName
{
background-color: #A8CB9B;
}
</style>
border-color css
<style>
span { border-color: #A8CB9B; }
span { border-color: rgb(168,203,155); }
td.TdClassName
{
border-color: #A8CB9B;
}
.TagClassName
{
border-color: #A8CB9B;
}
</style>