#ACC886

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

Shades of Caper #ACC886

Tints of Caper #ACC886

Color information

#ACC886 (or 0xACC886) is unknown color: approx Caper. HEX triplet: AC, C8 and 86. RGB value is (172,200,134). Sum of RGB (Red+Green+Blue) = 172+200+134=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC886 is #533779. Grayscale: #B8B8B8. Windows color (decimal): -5453690 or 8833196. OLE color: 8833196.

HSL color Cylindrical-coordinate representation of color #ACC886: hue angle of 85.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC886 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB172200134-
CMYK0.1400.330.22
HSL85.45º37.5%65.49%-
HSV(B)85.45º33%78.43%-
XYZ41.9751.830.34-
YUV184.199.72119.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=33.99%
G=39.53%
B=26.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001340.1400.330.2285.4537.565.49
HexACC886E02116552641
Octal254310206160412612546101
Binary101011001100100010000110111001000011011010101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC886; }

 p { color: rgb(172,200,134); }

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

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

 a { background-color: rgb(172,200,134); }

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

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

 span { border-color: rgb(172,200,134); }

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