#ACBEB1

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

Shades of Gum Leaf #ACBEB1

Tints of Gum Leaf #ACBEB1

Color information

#ACBEB1 (or 0xACBEB1) is unknown color: approx Gum Leaf. HEX triplet: AC, BE and B1. RGB value is (172,190,177). Sum of RGB (Red+Green+Blue) = 172+190+177=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEB1 is #53414E. Grayscale: #B7B7B7. Windows color (decimal): -5456207 or 11648684. OLE color: 11648684.

HSL color Cylindrical-coordinate representation of color #ACBEB1: hue angle of 136.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB172190177-
CMYK0.0900.070.25
HSL136.67º12.16%70.98%-
HSV(B)136.67º9.47%74.51%-
XYZ43.3648.7748.72-
YUV183.14124.54120.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=31.91%
G=35.25%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901770.0900.070.25136.6712.1670.98
HexACBEB19071989c47
Octal25427626111073121114107
Binary10101100101111101011000110010111110011000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEB1; }

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

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

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

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

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

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

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

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