#ACC96A

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

Shades of Caper #ACC96A

Tints of Caper #ACC96A

Color information

#ACC96A (or 0xACC96A) is unknown color: approx Caper. HEX triplet: AC, C9 and 6A. RGB value is (172,201,106). Sum of RGB (Red+Green+Blue) = 172+201+106=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC96A is #533695. Grayscale: #B5B5B5. Windows color (decimal): -5453462 or 6998444. OLE color: 6998444.

HSL color Cylindrical-coordinate representation of color #ACC96A: hue angle of 78.32º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACC96A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB172201106-
CMYK0.1400.470.21
HSL78.32º46.8%60.2%-
HSV(B)78.32º47.26%78.82%-
XYZ40.551.5821.46-
YUV181.585.39121.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=35.91%
G=41.96%
B=22.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011060.1400.470.2178.3246.860.2
HexACC96AE02F154e2f3c
Octal25431115216057251165774
Binary1010110011001001110101011100101111101011001110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC96A; }

 p { color: rgb(172,201,106); }

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

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

 a { background-color: rgb(172,201,106); }

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

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

 span { border-color: rgb(172,201,106); }

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