#ABBCAA

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

Shades of Rainee #ABBCAA

Tints of Rainee #ABBCAA

Color information

#ABBCAA (or 0xABBCAA) is unknown color: approx Rainee. HEX triplet: AB, BC and AA. RGB value is (171,188,170). Sum of RGB (Red+Green+Blue) = 171+188+170=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCAA is #544355. Grayscale: #B4B4B4. Windows color (decimal): -5522262 or 11189419. OLE color: 11189419.

HSL color Cylindrical-coordinate representation of color #ABBCAA: hue angle of 116.67º 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 #ABBCAA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB171188170-
CMYK0.0900.100.26
HSL116.67º11.84%70.2%-
HSV(B)116.67º9.57%73.73%-
XYZ42.0347.5344.99-
YUV180.86121.87120.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=32.33%
G=35.54%
B=32.14%

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
Decimal1711881700.0900.100.26116.6711.8470.2
HexABBCAA90A1A75c46
Octal253274252110123216514106
Binary10101011101111001010101010010101011010111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCAA; }

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

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

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

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

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

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

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

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