#ABBCA2

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

Shades of Spring Rain #ABBCA2

Tints of Spring Rain #ABBCA2

Color information

#ABBCA2 (or 0xABBCA2) is unknown color: approx Spring Rain. HEX triplet: AB, BC and A2. RGB value is (171,188,162). Sum of RGB (Red+Green+Blue) = 171+188+162=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCA2 is #54435D. Grayscale: #B4B4B4. Windows color (decimal): -5522270 or 10665131. OLE color: 10665131.

HSL color Cylindrical-coordinate representation of color #ABBCA2: hue angle of 99.23º degrees, saturation: 0.16, 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 #ABBCA2 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB171188162-
CMYK0.0900.140.26
HSL99.23º16.25%68.63%-
HSV(B)99.23º13.83%73.73%-
XYZ41.347.2341.12-
YUV179.95117.87121.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=32.82%
G=36.08%
B=31.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881620.0900.140.2699.2316.2568.63
HexABBCA290E1A631045
Octal253274242110163214320105
Binary101010111011110010100010100101110110101100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCA2; }

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

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

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

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

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

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

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

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