#ACC5B3

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

Shades of Gum Leaf #ACC5B3

Tints of Gum Leaf #ACC5B3

Color information

#ACC5B3 (or 0xACC5B3) is unknown color: approx Gum Leaf. HEX triplet: AC, C5 and B3. RGB value is (172,197,179). Sum of RGB (Red+Green+Blue) = 172+197+179=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B3 is #533A4C. Grayscale: #BBBBBB. Windows color (decimal): -5454413 or 11781548. OLE color: 11781548.

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

Color convert

RGB172197179-
CMYK0.1300.090.23
HSL136.8º17.73%72.35%-
HSV(B)136.8º12.69%77.25%-
XYZ45.1251.9650.3-
YUV187.47123.22116.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=31.39%
G=35.95%
B=32.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971790.1300.090.23136.817.7372.35
HexACC5B3D0917891248
Octal254305263150112721122110
Binary1010110011000101101100111101010011011110001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5B3; }

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

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

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

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

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

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

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

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