#ACCEB2

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

Shades of Gum Leaf #ACCEB2

Tints of Gum Leaf #ACCEB2

Color information

#ACCEB2 (or 0xACCEB2) is unknown color: approx Gum Leaf. HEX triplet: AC, CE and B2. RGB value is (172,206,178). Sum of RGB (Red+Green+Blue) = 172+206+178=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEB2 is #53314D. Grayscale: #C0C0C0. Windows color (decimal): -5452110 or 11718316. OLE color: 11718316.

HSL color Cylindrical-coordinate representation of color #ACCEB2: hue angle of 130.59º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEB2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB172206178-
CMYK0.1700.140.19
HSL130.59º25.76%74.12%-
HSV(B)130.59º16.5%80.78%-
XYZ47.1256.1350.47-
YUV192.64119.74113.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=30.94%
G=37.05%
B=32.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061780.1700.140.19130.5925.7674.12
HexACCEB2110E13831a4a
Octal254316262210162320332112
Binary10101100110011101011001010001011101001110000011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEB2; }

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

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

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

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

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

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

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

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