#ACBBB0

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

Shades of Gum Leaf #ACBBB0

Tints of Gum Leaf #ACBBB0

Color information

#ACBBB0 (or 0xACBBB0) is unknown color: approx Gum Leaf. HEX triplet: AC, BB and B0. RGB value is (172,187,176). Sum of RGB (Red+Green+Blue) = 172+187+176=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBB0 is #53444F. Grayscale: #B5B5B5. Windows color (decimal): -5456976 or 11582380. OLE color: 11582380.

HSL color Cylindrical-coordinate representation of color #ACBBB0: hue angle of 136º 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 #ACBBB0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB172187176-
CMYK0.0800.060.27
HSL136º9.93%70.39%-
HSV(B)136º8.02%73.33%-
XYZ42.6247.4547.99-
YUV181.26125.03121.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=32.15%
G=34.95%
B=32.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871760.0800.060.271369.9370.39
HexACBBB08061B88a46
Octal25427326010063321012106
Binary10101100101110111011000010000110110111000100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBB0; }

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

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

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

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

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

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

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

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