#ABC6A5

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

Shades of Spring Rain #ABC6A5

Tints of Spring Rain #ABC6A5

Color information

#ABC6A5 (or 0xABC6A5) is unknown color: approx Spring Rain. HEX triplet: AB, C6 and A5. RGB value is (171,198,165). Sum of RGB (Red+Green+Blue) = 171+198+165=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6A5 is #54395A. Grayscale: #BABABA. Windows color (decimal): -5519707 or 10864299. OLE color: 10864299.

HSL color Cylindrical-coordinate representation of color #ABC6A5: hue angle of 109.09º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC6A5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB171198165-
CMYK0.1400.170.22
HSL109.09º22.45%71.18%-
HSV(B)109.09º16.67%77.65%-
XYZ43.7851.7643.28-
YUV186.16116.05117.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 198 (77.73% from 255) = 37.08%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=32.02%
G=37.08%
B=30.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981650.1400.170.22109.0922.4571.18
HexABC6A5E011166d1647
Octal253306245160212615526107
Binary1010101111000110101001011110010001101101101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6A5; }

 p { color: rgb(171,198,165); }

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

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

 a { background-color: rgb(171,198,165); }

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

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

 span { border-color: rgb(171,198,165); }

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