#ACC486

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

Shades of Caper #ACC486

Tints of Caper #ACC486

Color information

#ACC486 (or 0xACC486) is unknown color: approx Caper. HEX triplet: AC, C4 and 86. RGB value is (172,196,134). Sum of RGB (Red+Green+Blue) = 172+196+134=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC486 is #533B79. Grayscale: #B5B5B5. Windows color (decimal): -5454714 or 8832172. OLE color: 8832172.

HSL color Cylindrical-coordinate representation of color #ACC486: hue angle of 83.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC486 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB172196134-
CMYK0.1200.320.23
HSL83.23º34.44%64.71%-
HSV(B)83.23º31.63%76.86%-
XYZ41.0649.9730.04-
YUV181.76101.05121.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=34.26%
G=39.04%
B=26.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961340.1200.320.2383.2334.4464.71
HexACC486C02017532241
Octal254304206140402712342101
Binary101011001100010010000110110001000001011110100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC486; }

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

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

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

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

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

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

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

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