#ACC680

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

Shades of Caper #ACC680

Tints of Caper #ACC680

Color information

#ACC680 (or 0xACC680) is unknown color: approx Caper. HEX triplet: AC, C6 and 80. RGB value is (172,198,128). Sum of RGB (Red+Green+Blue) = 172+198+128=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC680 is #53397F. Grayscale: #B6B6B6. Windows color (decimal): -5454208 or 8439468. OLE color: 8439468.

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

Color convert

RGB172198128-
CMYK0.1300.350.22
HSL82.29º38.04%63.92%-
HSV(B)82.29º35.35%77.65%-
XYZ41.150.7228.05-
YUV182.2597.39120.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=34.54%
G=39.76%
B=25.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981280.1300.350.2282.2938.0463.92
HexACC680D02316522640
Octal254306200150432612246100
Binary101011001100011010000000110101000111011010100101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC680; }

 p { color: rgb(172,198,128); }

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

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

 a { background-color: rgb(172,198,128); }

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

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

 span { border-color: rgb(172,198,128); }

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