#ABBDA2

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

Shades of Spring Rain #ABBDA2

Tints of Spring Rain #ABBDA2

Color information

#ABBDA2 (or 0xABBDA2) is unknown color: approx Spring Rain. HEX triplet: AB, BD and A2. RGB value is (171,189,162). Sum of RGB (Red+Green+Blue) = 171+189+162=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA2 is #54425D. Grayscale: #B4B4B4. Windows color (decimal): -5522014 or 10665387. OLE color: 10665387.

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

Color convert

RGB171189162-
CMYK0.1000.140.26
HSL100º16.98%68.82%-
HSV(B)100º14.29%74.12%-
XYZ41.5147.6641.19-
YUV180.54117.54121.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=32.76%
G=36.21%
B=31.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891620.1000.140.2610016.9868.82
HexABBDA2A0E1A641145
Octal253275242120163214421105
Binary101010111011110110100010101001110110101100100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA2; }

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

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

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

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

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

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

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

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