#ABC2A4

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

Shades of Spring Rain #ABC2A4

Tints of Spring Rain #ABC2A4

Color information

#ABC2A4 (or 0xABC2A4) is unknown color: approx Spring Rain. HEX triplet: AB, C2 and A4. RGB value is (171,194,164). Sum of RGB (Red+Green+Blue) = 171+194+164=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2A4 is #543D5B. Grayscale: #B7B7B7. Windows color (decimal): -5520732 or 10797739. OLE color: 10797739.

HSL color Cylindrical-coordinate representation of color #ABC2A4: hue angle of 106º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC2A4 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB171194164-
CMYK0.1200.150.24
HSL106º19.74%70.2%-
HSV(B)106º15.46%76.08%-
XYZ42.7949.9242.5-
YUV183.7116.88118.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=32.33%
G=36.67%
B=31.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941640.1200.150.2410619.7470.2
HexABC2A4C0F186a1446
Octal253302244140173015224106
Binary101010111100001010100100110001111110001101010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2A4; }

 p { color: rgb(171,194,164); }

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

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

 a { background-color: rgb(171,194,164); }

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

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

 span { border-color: rgb(171,194,164); }

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