#ACCAB5

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

Shades of Gum Leaf #ACCAB5

Tints of Gum Leaf #ACCAB5

Color information

#ACCAB5 (or 0xACCAB5) is unknown color: approx Gum Leaf. HEX triplet: AC, CA and B5. RGB value is (172,202,181). Sum of RGB (Red+Green+Blue) = 172+202+181=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB5 is #53354A. Grayscale: #BEBEBE. Windows color (decimal): -5453131 or 11913900. OLE color: 11913900.

HSL color Cylindrical-coordinate representation of color #ACCAB5: hue angle of 138º 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 #ACCAB5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB172202181-
CMYK0.1500.100.21
HSL138º22.06%73.33%-
HSV(B)138º14.85%79.22%-
XYZ46.4754.3551.76-
YUV190.64122.56114.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=30.99%
G=36.40%
B=32.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021810.1500.100.2113822.0673.33
HexACCAB5F0A158a1649
Octal254312265170122521226111
Binary1010110011001010101101011111010101010110001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAB5; }

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

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

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

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

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

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

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

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