#ACBBAE

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

Shades of Gum Leaf #ACBBAE

Tints of Gum Leaf #ACBBAE

Color information

#ACBBAE (or 0xACBBAE) is unknown color: approx Gum Leaf. HEX triplet: AC, BB and AE. RGB value is (172,187,174). Sum of RGB (Red+Green+Blue) = 172+187+174=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAE is #534451. Grayscale: #B5B5B5. Windows color (decimal): -5456978 or 11451308. OLE color: 11451308.

HSL color Cylindrical-coordinate representation of color #ACBBAE: hue angle of 128º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBBAE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB172187174-
CMYK0.0800.070.27
HSL128º9.93%70.39%-
HSV(B)128º8.02%73.33%-
XYZ42.4247.3746.95-
YUV181.03124.03121.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=32.27%
G=35.08%
B=32.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871740.0800.070.271289.9370.39
HexACBBAE8071B80a46
Octal25427325610073320012106
Binary10101100101110111010111010000111110111000000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBAE; }

 p { color: rgb(172,187,174); }

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

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

 a { background-color: rgb(172,187,174); }

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

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

 span { border-color: rgb(172,187,174); }

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