#ACCAB2

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

Shades of Gum Leaf #ACCAB2

Tints of Gum Leaf #ACCAB2

Color information

#ACCAB2 (or 0xACCAB2) is unknown color: approx Gum Leaf. HEX triplet: AC, CA and B2. RGB value is (172,202,178). Sum of RGB (Red+Green+Blue) = 172+202+178=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAB2 is #53354D. Grayscale: #BEBEBE. Windows color (decimal): -5453134 or 11717292. OLE color: 11717292.

HSL color Cylindrical-coordinate representation of color #ACCAB2: hue angle of 132º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAB2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB172202178-
CMYK0.1500.120.21
HSL132º22.06%73.33%-
HSV(B)132º14.85%79.22%-
XYZ46.1754.2350.15-
YUV190.29121.06114.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=31.16%
G=36.59%
B=32.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021780.1500.120.2113222.0673.33
HexACCAB2F0C15841649
Octal254312262170142520426111
Binary1010110011001010101100101111011001010110000100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAB2; }

 p { color: rgb(172,202,178); }

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

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

 a { background-color: rgb(172,202,178); }

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

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

 span { border-color: rgb(172,202,178); }

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