#ABC3A0

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

Shades of Spring Rain #ABC3A0

Tints of Spring Rain #ABC3A0

Color information

#ABC3A0 (or 0xABC3A0) is unknown color: approx Spring Rain. HEX triplet: AB, C3 and A0. RGB value is (171,195,160). Sum of RGB (Red+Green+Blue) = 171+195+160=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC3A0 is #543C5F. Grayscale: #B7B7B7. Windows color (decimal): -5520480 or 10535851. OLE color: 10535851.

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

Color convert

RGB171195160-
CMYK0.1200.180.24
HSL101.14º22.58%69.61%-
HSV(B)101.14º17.95%76.47%-
XYZ42.6550.2340.7-
YUV183.83114.55118.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=32.51%
G=37.07%
B=30.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951600.1200.180.24101.1422.5869.61
HexABC3A0C01218651746
Octal253303240140223014527106
Binary1010101111000011101000001100010010110001100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3A0; }

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

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

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

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

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

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

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

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