#ABC9A4

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

Shades of Spring Rain #ABC9A4

Tints of Spring Rain #ABC9A4

Color information

#ABC9A4 (or 0xABC9A4) is unknown color: approx Spring Rain. HEX triplet: AB, C9 and A4. RGB value is (171,201,164). Sum of RGB (Red+Green+Blue) = 171+201+164=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A4 is #54365B. Grayscale: #BBBBBB. Windows color (decimal): -5518940 or 10799531. OLE color: 10799531.

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

Color convert

RGB171201164-
CMYK0.1500.180.21
HSL108.65º25.52%71.57%-
HSV(B)108.65º18.41%78.82%-
XYZ44.3853.1143.03-
YUV187.81114.56116.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=31.90%
G=37.5%
B=30.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011640.1500.180.21108.6525.5271.57
HexABC9A4F012156d1a48
Octal253311244170222515532110
Binary1010101111001001101001001111010010101011101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9A4; }

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

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

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

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

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

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

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

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