#ABBBA5

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

Shades of Spring Rain #ABBBA5

Tints of Spring Rain #ABBBA5

Color information

#ABBBA5 (or 0xABBBA5) is unknown color: approx Spring Rain. HEX triplet: AB, BB and A5. RGB value is (171,187,165). Sum of RGB (Red+Green+Blue) = 171+187+165=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA5 is #54445A. Grayscale: #B3B3B3. Windows color (decimal): -5522523 or 10861483. OLE color: 10861483.

HSL color Cylindrical-coordinate representation of color #ABBBA5: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBBA5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB171187165-
CMYK0.0900.120.27
HSL103.64º13.92%69.02%-
HSV(B)103.64º11.76%73.33%-
XYZ41.3646.9242.47-
YUV179.71119.7121.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=32.70%
G=35.76%
B=31.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871650.0900.120.27103.6413.9269.02
HexABBBA590C1B68e45
Octal253273245110143315016105
Binary10101011101110111010010110010110011011110100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBA5; }

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

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

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

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

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

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

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

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