#ACCAB0

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

Shades of Gum Leaf #ACCAB0

Tints of Gum Leaf #ACCAB0

Color information

#ACCAB0 (or 0xACCAB0) is unknown color: approx Gum Leaf. HEX triplet: AC, CA and B0. RGB value is (172,202,176). Sum of RGB (Red+Green+Blue) = 172+202+176=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAB0 is #53354F. Grayscale: #BEBEBE. Windows color (decimal): -5453136 or 11586220. OLE color: 11586220.

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

Color convert

RGB172202176-
CMYK0.1500.130.21
HSL128º22.06%73.33%-
HSV(B)128º14.85%79.22%-
XYZ45.9754.1549.1-
YUV190.07120.06115.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 176 (69.14% from 255) = 32%
R=31.27%
G=36.73%
B=32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021760.1500.130.2112822.0673.33
HexACCAB0F0D15801649
Octal254312260170152520026111
Binary1010110011001010101100001111011011010110000000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAB0; }

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

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

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

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

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

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

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

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