#ACC3B4

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

Shades of Gum Leaf #ACC3B4

Tints of Gum Leaf #ACC3B4

Color information

#ACC3B4 (or 0xACC3B4) is unknown color: approx Gum Leaf. HEX triplet: AC, C3 and B4. RGB value is (172,195,180). Sum of RGB (Red+Green+Blue) = 172+195+180=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3B4 is #533C4B. Grayscale: #BABABA. Windows color (decimal): -5454924 or 11846572. OLE color: 11846572.

HSL color Cylindrical-coordinate representation of color #ACC3B4: hue angle of 140.87º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3B4 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB172195180-
CMYK0.1200.080.24
HSL140.87º16.08%71.96%-
HSV(B)140.87º11.79%76.47%-
XYZ44.7751.150.68-
YUV186.41124.38117.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=31.44%
G=35.65%
B=32.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951800.1200.080.24140.8716.0871.96
HexACC3B4C08188d1048
Octal254303264140103021520110
Binary1010110011000011101101001100010001100010001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3B4; }

 p { color: rgb(172,195,180); }

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

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

 a { background-color: rgb(172,195,180); }

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

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

 span { border-color: rgb(172,195,180); }

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