#ACC5B2

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

Shades of Gum Leaf #ACC5B2

Tints of Gum Leaf #ACC5B2

Color information

#ACC5B2 (or 0xACC5B2) is unknown color: approx Gum Leaf. HEX triplet: AC, C5 and B2. RGB value is (172,197,178). Sum of RGB (Red+Green+Blue) = 172+197+178=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5B2 is #533A4D. Grayscale: #BBBBBB. Windows color (decimal): -5454414 or 11716012. OLE color: 11716012.

HSL color Cylindrical-coordinate representation of color #ACC5B2: hue angle of 134.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5B2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB172197178-
CMYK0.1300.100.23
HSL134.4º17.73%72.35%-
HSV(B)134.4º12.69%77.25%-
XYZ45.0251.9249.77-
YUV187.36122.72117.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=31.44%
G=36.01%
B=32.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971780.1300.100.23134.417.7372.35
HexACC5B2D0A17861248
Octal254305262150122720622110
Binary1010110011000101101100101101010101011110000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5B2; }

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

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

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

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

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

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

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

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