#ACC66C

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

Shades of Caper #ACC66C

Tints of Caper #ACC66C

Color information

#ACC66C (or 0xACC66C) is unknown color: approx Caper. HEX triplet: AC, C6 and 6C. RGB value is (172,198,108). Sum of RGB (Red+Green+Blue) = 172+198+108=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC66C is #533993. Grayscale: #B4B4B4. Windows color (decimal): -5454228 or 7128748. OLE color: 7128748.

HSL color Cylindrical-coordinate representation of color #ACC66C: hue angle of 77.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC66C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB172198108-
CMYK0.1300.450.22
HSL77.33º44.12%60%-
HSV(B)77.33º45.45%77.65%-
XYZ39.9150.2421.78-
YUV179.9787.39122.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=35.98%
G=41.42%
B=22.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981080.1300.450.2277.3344.1260
HexACC66CD02D164d2c3c
Octal25430615415055261155474
Binary1010110011000110110110011010101101101101001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC66C; }

 p { color: rgb(172,198,108); }

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

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

 a { background-color: rgb(172,198,108); }

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

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

 span { border-color: rgb(172,198,108); }

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