#ACC57C

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

Shades of Caper #ACC57C

Tints of Caper #ACC57C

Color information

#ACC57C (or 0xACC57C) is unknown color: approx Caper. HEX triplet: AC, C5 and 7C. RGB value is (172,197,124). Sum of RGB (Red+Green+Blue) = 172+197+124=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC57C is #533A83. Grayscale: #B5B5B5. Windows color (decimal): -5454468 or 8177068. OLE color: 8177068.

HSL color Cylindrical-coordinate representation of color #ACC57C: hue angle of 80.55º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACC57C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB172197124-
CMYK0.1300.370.23
HSL80.55º38.62%62.94%-
HSV(B)80.55º37.06%77.25%-
XYZ40.6250.1626.61-
YUV181.295.72121.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=34.89%
G=39.96%
B=25.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971240.1300.370.2380.5538.6262.94
HexACC57CD0251751273f
Octal25430517415045271214777
Binary1010110011000101111110011010100101101111010001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC57C; }

 p { color: rgb(172,197,124); }

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

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

 a { background-color: rgb(172,197,124); }

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

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

 span { border-color: rgb(172,197,124); }

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