#ACC6B2

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

Shades of Gum Leaf #ACC6B2

Tints of Gum Leaf #ACC6B2

Color information

#ACC6B2 (or 0xACC6B2) is unknown color: approx Gum Leaf. HEX triplet: AC, C6 and B2. RGB value is (172,198,178). Sum of RGB (Red+Green+Blue) = 172+198+178=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6B2 is #53394D. Grayscale: #BCBCBC. Windows color (decimal): -5454158 or 11716268. OLE color: 11716268.

HSL color Cylindrical-coordinate representation of color #ACC6B2: hue angle of 133.85º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6B2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB172198178-
CMYK0.1300.100.22
HSL133.85º18.57%72.55%-
HSV(B)133.85º13.13%77.65%-
XYZ45.2452.3749.84-
YUV187.95122.39116.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=31.39%
G=36.13%
B=32.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981780.1300.100.22133.8518.5772.55
HexACC6B2D0A16861349
Octal254306262150122620623111
Binary1010110011000110101100101101010101011010000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6B2; }

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

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

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

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

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

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

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

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