#ABBFA9

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

Shades of Rainee #ABBFA9

Tints of Rainee #ABBFA9

Color information

#ABBFA9 (or 0xABBFA9) is unknown color: approx Rainee. HEX triplet: AB, BF and A9. RGB value is (171,191,169). Sum of RGB (Red+Green+Blue) = 171+191+169=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFA9 is #544056. Grayscale: #B6B6B6. Windows color (decimal): -5521495 or 11124651. OLE color: 11124651.

HSL color Cylindrical-coordinate representation of color #ABBFA9: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBFA9 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB171191169-
CMYK0.1000.120.25
HSL114.55º14.67%70.59%-
HSV(B)114.55º11.52%74.9%-
XYZ42.5948.7844.71-
YUV182.51120.37119.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 169 (66.41% from 255) = 31.83%
R=32.20%
G=35.97%
B=31.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911690.1000.120.25114.5514.6770.59
HexABBFA9A0C1973f47
Octal253277251120143116317107
Binary10101011101111111010100110100110011001111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFA9; }

 p { color: rgb(171,191,169); }

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

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

 a { background-color: rgb(171,191,169); }

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

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

 span { border-color: rgb(171,191,169); }

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