#ACC2B3

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

Shades of Gum Leaf #ACC2B3

Tints of Gum Leaf #ACC2B3

Color information

#ACC2B3 (or 0xACC2B3) is unknown color: approx Gum Leaf. HEX triplet: AC, C2 and B3. RGB value is (172,194,179). Sum of RGB (Red+Green+Blue) = 172+194+179=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B3 is #533D4C. Grayscale: #B9B9B9. Windows color (decimal): -5455181 or 11780780. OLE color: 11780780.

HSL color Cylindrical-coordinate representation of color #ACC2B3: hue angle of 139.09º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2B3 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB172194179-
CMYK0.1100.080.24
HSL139.09º15.28%71.76%-
HSV(B)139.09º11.34%76.08%-
XYZ44.4450.6150.07-
YUV185.71124.21118.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=31.56%
G=35.60%
B=32.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941790.1100.080.24139.0915.2871.76
HexACC2B3B08188bf48
Octal254302263130103021317110
Binary101011001100001010110011101101000110001000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2B3; }

 p { color: rgb(172,194,179); }

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

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

 a { background-color: rgb(172,194,179); }

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

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

 span { border-color: rgb(172,194,179); }

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