#AACBB2

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

Shades of Gum Leaf #AACBB2

Tints of Gum Leaf #AACBB2

Color information

#AACBB2 (or 0xAACBB2) is unknown color: approx Gum Leaf. HEX triplet: AA, CB and B2. RGB value is (170,203,178). Sum of RGB (Red+Green+Blue) = 170+203+178=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBB2 is #55344D. Grayscale: #BEBEBE. Windows color (decimal): -5583950 or 11717546. OLE color: 11717546.

HSL color Cylindrical-coordinate representation of color #AACBB2: hue angle of 134.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBB2 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB170203178-
CMYK0.1600.120.20
HSL134.55º24.09%73.14%-
HSV(B)134.55º16.26%79.61%-
XYZ45.9754.4750.21-
YUV190.28121.07113.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=30.85%
G=36.84%
B=32.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031780.1600.120.20134.5524.0973.14
HexAACBB2100C14871849
Octal252313262200142420730111
Binary10101010110010111011001010000011001010010000111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBB2; }

 p { color: rgb(170,203,178); }

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

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

 a { background-color: rgb(170,203,178); }

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

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

 span { border-color: rgb(170,203,178); }

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