#ACC47A

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

Shades of Caper #ACC47A

Tints of Caper #ACC47A

Color information

#ACC47A (or 0xACC47A) is unknown color: approx Caper. HEX triplet: AC, C4 and 7A. RGB value is (172,196,122). Sum of RGB (Red+Green+Blue) = 172+196+122=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC47A is #533B85. Grayscale: #B4B4B4. Windows color (decimal): -5454726 or 8045740. OLE color: 8045740.

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

Color convert

RGB172196122-
CMYK0.1200.380.23
HSL79.46º38.54%62.35%-
HSV(B)79.46º37.76%76.86%-
XYZ40.2749.6625.87-
YUV180.3995.05122.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=35.10%
G=40%
B=24.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961220.1200.380.2379.4638.5462.35
HexACC47AC026174f273e
Octal25430417214046271174776
Binary1010110011000100111101011000100110101111001111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC47A; }

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

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

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

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

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

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

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

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