#ABBD9F

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

Shades of Spring Rain #ABBD9F

Tints of Spring Rain #ABBD9F

Color information

#ABBD9F (or 0xABBD9F) is unknown color: approx Spring Rain. HEX triplet: AB, BD and 9F. RGB value is (171,189,159). Sum of RGB (Red+Green+Blue) = 171+189+159=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD9F is #544260. Grayscale: #B4B4B4. Windows color (decimal): -5522017 or 10468779. OLE color: 10468779.

HSL color Cylindrical-coordinate representation of color #ABBD9F: hue angle of 96º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBD9F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB171189159-
CMYK0.1000.160.26
HSL96º18.52%68.24%-
HSV(B)96º15.87%74.12%-
XYZ41.2547.5639.81-
YUV180.2116.04121.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=32.95%
G=36.42%
B=30.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891590.1000.160.269618.5268.24
HexABBD9FA0101A601344
Octal253275237120203214023104
Binary1010101110111101100111111010010000110101100000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD9F; }

 p { color: rgb(171,189,159); }

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

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

 a { background-color: rgb(171,189,159); }

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

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

 span { border-color: rgb(171,189,159); }

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