#ACBCB0

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

Shades of Gum Leaf #ACBCB0

Tints of Gum Leaf #ACBCB0

Color information

#ACBCB0 (or 0xACBCB0) is unknown color: approx Gum Leaf. HEX triplet: AC, BC and B0. RGB value is (172,188,176). Sum of RGB (Red+Green+Blue) = 172+188+176=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCB0 is #53434F. Grayscale: #B5B5B5. Windows color (decimal): -5456720 or 11582636. OLE color: 11582636.

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

Color convert

RGB172188176-
CMYK0.0900.060.26
HSL135º10.67%70.59%-
HSV(B)135º8.51%73.73%-
XYZ42.8347.8748.06-
YUV181.85124.7120.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 176 (69.14% from 255) = 32.84%
R=32.09%
G=35.07%
B=32.84%

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
Decimal1721881760.0900.060.2613510.6770.59
HexACBCB09061A87b47
Octal25427426011063220713107
Binary10101100101111001011000010010110110101000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCB0; }

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

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

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

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

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

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

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

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