#ACC57D

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

Shades of Caper #ACC57D

Tints of Caper #ACC57D

Color information

#ACC57D (or 0xACC57D) is unknown color: approx Caper. HEX triplet: AC, C5 and 7D. RGB value is (172,197,125). Sum of RGB (Red+Green+Blue) = 172+197+125=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC57D is #533A82. Grayscale: #B5B5B5. Windows color (decimal): -5454467 or 8242604. OLE color: 8242604.

HSL color Cylindrical-coordinate representation of color #ACC57D: hue angle of 80.83º degrees, saturation: 0.38, 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 #ACC57D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB172197125-
CMYK0.1300.370.23
HSL80.83º38.3%63.14%-
HSV(B)80.83º36.55%77.25%-
XYZ40.6850.1826.94-
YUV181.3296.22121.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=34.82%
G=39.88%
B=25.30%

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
Decimal1721971250.1300.370.2380.8338.363.14
HexACC57DD0251751263f
Octal25430517515045271214677
Binary1010110011000101111110111010100101101111010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC57D; }

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

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

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

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

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

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

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

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