#ABBDA4

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

Shades of Spring Rain #ABBDA4

Tints of Spring Rain #ABBDA4

Color information

#ABBDA4 (or 0xABBDA4) is unknown color: approx Spring Rain. HEX triplet: AB, BD and A4. RGB value is (171,189,164). Sum of RGB (Red+Green+Blue) = 171+189+164=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA4 is #54425B. Grayscale: #B4B4B4. Windows color (decimal): -5522012 or 10796459. OLE color: 10796459.

HSL color Cylindrical-coordinate representation of color #ABBDA4: hue angle of 103.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBDA4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB171189164-
CMYK0.1000.130.26
HSL103.2º15.92%69.22%-
HSV(B)103.2º13.23%74.12%-
XYZ41.6947.7342.14-
YUV180.77118.54121.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=32.63%
G=36.07%
B=31.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891640.1000.130.26103.215.9269.22
HexABBDA4A0D1A671045
Octal253275244120153214720105
Binary101010111011110110100100101001101110101100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA4; }

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

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

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

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

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

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

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

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