#ACC885

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

Shades of Caper #ACC885

Tints of Caper #ACC885

Color information

#ACC885 (or 0xACC885) is unknown color: approx Caper. HEX triplet: AC, C8 and 85. RGB value is (172,200,133). Sum of RGB (Red+Green+Blue) = 172+200+133=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC885 is #53377A. Grayscale: #B8B8B8. Windows color (decimal): -5453691 or 8767660. OLE color: 8767660.

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

Color convert

RGB172200133-
CMYK0.1400.340.22
HSL85.07º37.85%65.29%-
HSV(B)85.07º33.5%78.43%-
XYZ41.951.7729.98-
YUV183.9999.22119.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 200 (78.52% from 255) = 39.60%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=34.06%
G=39.60%
B=26.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001330.1400.340.2285.0737.8565.29
HexACC885E02216552641
Octal254310205160422612546101
Binary101011001100100010000101111001000101011010101011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC885; }

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

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

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

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

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

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

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

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