#ABBDA0

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

Shades of Spring Rain #ABBDA0

Tints of Spring Rain #ABBDA0

Color information

#ABBDA0 (or 0xABBDA0) is unknown color: approx Spring Rain. HEX triplet: AB, BD and A0. RGB value is (171,189,160). Sum of RGB (Red+Green+Blue) = 171+189+160=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA0 is #54425F. Grayscale: #B4B4B4. Windows color (decimal): -5522016 or 10534315. OLE color: 10534315.

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

Color convert

RGB171189160-
CMYK0.1000.150.26
HSL97.24º18.01%68.43%-
HSV(B)97.24º15.34%74.12%-
XYZ41.3447.5940.27-
YUV180.31116.54121.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=32.88%
G=36.35%
B=30.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891600.1000.150.2697.2418.0168.43
HexABBDA0A0F1A611244
Octal253275240120173214122104
Binary101010111011110110100000101001111110101100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA0; }

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

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

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

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

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

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

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

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