#ACCEB1

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

Shades of Gum Leaf #ACCEB1

Tints of Gum Leaf #ACCEB1

Color information

#ACCEB1 (or 0xACCEB1) is unknown color: approx Gum Leaf. HEX triplet: AC, CE and B1. RGB value is (172,206,177). Sum of RGB (Red+Green+Blue) = 172+206+177=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEB1 is #53314E. Grayscale: #C0C0C0. Windows color (decimal): -5452111 or 11652780. OLE color: 11652780.

HSL color Cylindrical-coordinate representation of color #ACCEB1: hue angle of 128.82º 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 #ACCEB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB172206177-
CMYK0.1700.140.19
HSL128.82º25.76%74.12%-
HSV(B)128.82º16.5%80.78%-
XYZ47.0256.0949.94-
YUV192.53119.24113.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=30.99%
G=37.12%
B=31.89%

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
Decimal1722061770.1700.140.19128.8225.7674.12
HexACCEB1110E13811a4a
Octal254316261210162320132112
Binary10101100110011101011000110001011101001110000001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEB1; }

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

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

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

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

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

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

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

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