Shades of Spring Rain #A8CB96
Tints of Spring Rain #A8CB96
RGB
CMYK
RGB Variations
Color information
#A8CB96 (or 0xA8CB96) is known color: Spring Rain. HEX triplet: A8, CB and 96. RGB value is (168,203,150). Sum of RGB (Red+Green+Blue) = 168+203+150=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB96 is #573469. Grayscale: #BABABA. Windows color (decimal): -5715050 or 9882536. OLE color: 9882536.
HSL color Cylindrical-coordinate representation of color #A8CB96: hue angle of 99.62º degrees, saturation: 0.34, 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 #A8CB96 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 150 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.20 |
| HSL | 99.62º | 0.34% | 0.69% | - |
| HSV(B) | 99.62º | 0.26% | 0.8% | - |
| XYZ | 43.01 | 53.24 | 36.86 | - |
| YUV | 186.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 150 | 0.17 | 0 | 0.26 | 0.20 | 99.62 | 0.34 | 0.69 |
| Hex | A8 | CB | 96 | 11 | 0 | 1A | 14 | 64 | 22 | 45 |
| Octal | 250 | 313 | 226 | 21 | 0 | 32 | 24 | 144 | 42 | 105 |
| Binary | 10101000 | 11001011 | 10010110 | 10001 | 0 | 11010 | 10100 | 1100100 | 100010 | 1000101 |
Color Harmonies of #A8CB96
Complementary color
Monochromatic Colors of #A8CB96
Black with #A8CB96
Text Example
Text Example
White with #A8CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB96; }
p { color: rgb(168,203,150); }
H1.HeaderClassName
{
color: #A8CB96;
}
.AnyTagClassName
{
color: #A8CB96;
}
</style>
background-color css
<style>
a { background-color: #A8CB96; }
a { background-color: rgb(168,203,150); }
div.DivClassName
{
background-color: #A8CB96;
}
.BgClassName
{
background-color: #A8CB96;
}
</style>
border-color css
<style>
span { border-color: #A8CB96; }
span { border-color: rgb(168,203,150); }
td.TdClassName
{
border-color: #A8CB96;
}
.TagClassName
{
border-color: #A8CB96;
}
</style>