#ABBCA0

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

Shades of Spring Rain #ABBCA0

Tints of Spring Rain #ABBCA0

Color information

#ABBCA0 (or 0xABBCA0) is unknown color: approx Spring Rain. HEX triplet: AB, BC and A0. RGB value is (171,188,160). Sum of RGB (Red+Green+Blue) = 171+188+160=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCA0 is #54435F. Grayscale: #B3B3B3. Windows color (decimal): -5522272 or 10534059. OLE color: 10534059.

HSL color Cylindrical-coordinate representation of color #ABBCA0: hue angle of 96.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABBCA0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB171188160-
CMYK0.0900.150.26
HSL96.43º17.28%68.24%-
HSV(B)96.43º14.89%73.73%-
XYZ41.1247.1640.19-
YUV179.72116.87121.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=32.95%
G=36.22%
B=30.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881600.0900.150.2696.4317.2868.24
HexABBCA090F1A601144
Octal253274240110173214021104
Binary101010111011110010100000100101111110101100000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCA0; }

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

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

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

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

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

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

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

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