Shades of Spring Rain #ABBBA4
Tints of Spring Rain #ABBBA4
RGB
CMYK
RGB Variations
Color information
#ABBBA4 (or 0xABBBA4) is known color: Spring Rain. HEX triplet: AB, BB and A4. RGB value is (171,187,164). Sum of RGB (Red+Green+Blue) = 171+187+164=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA4 is #54445B. Grayscale: #B3B3B3. Windows color (decimal): -5522524 or 10795947. OLE color: 10795947.
HSL color Cylindrical-coordinate representation of color #ABBBA4: hue angle of 101.74º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 164 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.27 |
| HSL | 101.74º | 0.14% | 0.69% | - |
| HSV(B) | 101.74º | 0.12% | 0.73% | - |
| XYZ | 41.27 | 46.88 | 42 | - |
| YUV | 179.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 164 | 0.09 | 0 | 0.12 | 0.27 | 101.74 | 0.14 | 0.69 |
| Hex | AB | BB | A4 | 9 | 0 | C | 1B | 66 | E | 45 |
| Octal | 253 | 273 | 244 | 11 | 0 | 14 | 33 | 146 | 16 | 105 |
| Binary | 10101011 | 10111011 | 10100100 | 1001 | 0 | 1100 | 11011 | 1100110 | 1110 | 1000101 |
Color Harmonies of #ABBBA4
Complementary color
Monochromatic Colors of #ABBBA4
Black with #ABBBA4
Text Example
Text Example
White with #ABBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBA4; }
p { color: rgb(171,187,164); }
H1.HeaderClassName
{
color: #ABBBA4;
}
.AnyTagClassName
{
color: #ABBBA4;
}
</style>
background-color css
<style>
a { background-color: #ABBBA4; }
a { background-color: rgb(171,187,164); }
div.DivClassName
{
background-color: #ABBBA4;
}
.BgClassName
{
background-color: #ABBBA4;
}
</style>
border-color css
<style>
span { border-color: #ABBBA4; }
span { border-color: rgb(171,187,164); }
td.TdClassName
{
border-color: #ABBBA4;
}
.TagClassName
{
border-color: #ABBBA4;
}
</style>