#ACCAB4

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

Shades of Gum Leaf #ACCAB4

Tints of Gum Leaf #ACCAB4

Color information

#ACCAB4 (or 0xACCAB4) is unknown color: approx Gum Leaf. HEX triplet: AC, CA and B4. RGB value is (172,202,180). Sum of RGB (Red+Green+Blue) = 172+202+180=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB4 is #53354B. Grayscale: #BEBEBE. Windows color (decimal): -5453132 or 11848364. OLE color: 11848364.

HSL color Cylindrical-coordinate representation of color #ACCAB4: hue angle of 136º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAB4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB172202180-
CMYK0.1500.110.21
HSL136º22.06%73.33%-
HSV(B)136º14.85%79.22%-
XYZ46.3754.3151.22-
YUV190.52122.06114.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=31.05%
G=36.46%
B=32.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021800.1500.110.2113622.0673.33
HexACCAB4F0B15881649
Octal254312264170132521026111
Binary1010110011001010101101001111010111010110001000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAB4; }

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

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

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

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

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

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

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

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