Shades of Spring Rain #ABC39B
Tints of Spring Rain #ABC39B
RGB
CMYK
RGB Variations
Color information
#ABC39B (or 0xABC39B) is known color: Spring Rain. HEX triplet: AB, C3 and 9B. RGB value is (171,195,155). Sum of RGB (Red+Green+Blue) = 171+195+155=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC39B is #543C64. Grayscale: #B7B7B7. Windows color (decimal): -5520485 or 10208171. OLE color: 10208171.
HSL color Cylindrical-coordinate representation of color #ABC39B: hue angle of 96º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC39B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 155 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.24 |
| HSL | 96º | 0.25% | 0.69% | - |
| HSV(B) | 96º | 0.21% | 0.76% | - |
| XYZ | 42.23 | 50.05 | 38.45 | - |
| YUV | 183.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 155 | 0.12 | 0 | 0.21 | 0.24 | 96 | 0.25 | 0.69 |
| Hex | AB | C3 | 9B | C | 0 | 15 | 18 | 60 | 19 | 45 |
| Octal | 253 | 303 | 233 | 14 | 0 | 25 | 30 | 140 | 31 | 105 |
| Binary | 10101011 | 11000011 | 10011011 | 1100 | 0 | 10101 | 11000 | 1100000 | 11001 | 1000101 |
Color Harmonies of #ABC39B
Complementary color
Monochromatic Colors of #ABC39B
Black with #ABC39B
Text Example
Text Example
White with #ABC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC39B; }
p { color: rgb(171,195,155); }
H1.HeaderClassName
{
color: #ABC39B;
}
.AnyTagClassName
{
color: #ABC39B;
}
</style>
background-color css
<style>
a { background-color: #ABC39B; }
a { background-color: rgb(171,195,155); }
div.DivClassName
{
background-color: #ABC39B;
}
.BgClassName
{
background-color: #ABC39B;
}
</style>
border-color css
<style>
span { border-color: #ABC39B; }
span { border-color: rgb(171,195,155); }
td.TdClassName
{
border-color: #ABC39B;
}
.TagClassName
{
border-color: #ABC39B;
}
</style>