#ABBBA0

Color #ABBBA0 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ABBBA0

Tints of Spring Rain #ABBBA0

Color information

#ABBBA0 (or 0xABBBA0) is unknown color: approx Spring Rain. HEX triplet: AB, BB and A0. RGB value is (171,187,160). Sum of RGB (Red+Green+Blue) = 171+187+160=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA0 is #54445F. Grayscale: #B3B3B3. Windows color (decimal): -5522528 or 10533803. OLE color: 10533803.

HSL color Cylindrical-coordinate representation of color #ABBBA0: hue angle of 95.56º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABBBA0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB171187160-
CMYK0.0900.140.27
HSL95.56º16.56%68.04%-
HSV(B)95.56º14.44%73.33%-
XYZ40.9146.7440.12-
YUV179.14117.2122.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=33.01%
G=36.10%
B=30.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871600.0900.140.2795.5616.5668.04
HexABBBA090E1B601144
Octal253273240110163314021104
Binary101010111011101110100000100101110110111100000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBA0; }

 p { color: rgb(171,187,160); }

 H1.HeaderClassName
 {
   color: #ABBBA0;
 }
 .AnyTagClassName
 {
   color: #ABBBA0;
 }
</style>
background-color css

<style>
 a { background-color: #ABBBA0; }

 a { background-color: rgb(171,187,160); }

 div.DivClassName
 {
   background-color: #ABBBA0;
 }
 .BgClassName
 {
   background-color: #ABBBA0;
 }
</style>
border-color css

<style>
 span { border-color: #ABBBA0; }

 span { border-color: rgb(171,187,160); }

 td.TdClassName
 {
   border-color: #ABBBA0;
 }
 .TagClassName
 {
   border-color: #ABBBA0;
 }
</style>