#ABBCA9

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

Shades of Rainee #ABBCA9

Tints of Rainee #ABBCA9

Color information

#ABBCA9 (or 0xABBCA9) is unknown color: approx Rainee. HEX triplet: AB, BC and A9. RGB value is (171,188,169). Sum of RGB (Red+Green+Blue) = 171+188+169=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCA9 is #544356. Grayscale: #B4B4B4. Windows color (decimal): -5522263 or 11123883. OLE color: 11123883.

HSL color Cylindrical-coordinate representation of color #ABBCA9: hue angle of 113.68º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBCA9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB171188169-
CMYK0.0900.100.26
HSL113.68º12.42%70%-
HSV(B)113.68º10.11%73.73%-
XYZ41.9447.4944.49-
YUV180.75121.37121.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=32.39%
G=35.61%
B=32.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881690.0900.100.26113.6812.4270
HexABBCA990A1A72c46
Octal253274251110123216214106
Binary10101011101111001010100110010101011010111001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCA9; }

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

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

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

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

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

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

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

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