#ACCAB6

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

Shades of Gum Leaf #ACCAB6

Tints of Gum Leaf #ACCAB6

Color information

#ACCAB6 (or 0xACCAB6) is unknown color: approx Gum Leaf. HEX triplet: AC, CA and B6. RGB value is (172,202,182). Sum of RGB (Red+Green+Blue) = 172+202+182=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB6 is #533549. Grayscale: #BEBEBE. Windows color (decimal): -5453130 or 11979436. OLE color: 11979436.

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

Color convert

RGB172202182-
CMYK0.1500.100.21
HSL140º22.06%73.33%-
HSV(B)140º14.85%79.22%-
XYZ46.5854.3952.3-
YUV190.75123.06114.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=30.94%
G=36.33%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021820.1500.100.2114022.0673.33
HexACCAB6F0A158c1649
Octal254312266170122521426111
Binary1010110011001010101101101111010101010110001100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAB6; }

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

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

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

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

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

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

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

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