#ACBDB1

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

Shades of Gum Leaf #ACBDB1

Tints of Gum Leaf #ACBDB1

Color information

#ACBDB1 (or 0xACBDB1) is unknown color: approx Gum Leaf. HEX triplet: AC, BD and B1. RGB value is (172,189,177). Sum of RGB (Red+Green+Blue) = 172+189+177=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDB1 is #53424E. Grayscale: #B6B6B6. Windows color (decimal): -5456463 or 11648428. OLE color: 11648428.

HSL color Cylindrical-coordinate representation of color #ACBDB1: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB172189177-
CMYK0.0900.060.26
HSL137.65º11.41%70.78%-
HSV(B)137.65º8.99%74.12%-
XYZ43.1548.3448.65-
YUV182.55124.87120.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=31.97%
G=35.13%
B=32.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891770.0900.060.26137.6511.4170.78
HexACBDB19061A8ab47
Octal25427526111063221213107
Binary10101100101111011011000110010110110101000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDB1; }

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

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

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

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

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

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

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

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