#ACC66B

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

Shades of Caper #ACC66B

Tints of Caper #ACC66B

Color information

#ACC66B (or 0xACC66B) is unknown color: approx Caper. HEX triplet: AC, C6 and 6B. RGB value is (172,198,107). Sum of RGB (Red+Green+Blue) = 172+198+107=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC66B is #533994. Grayscale: #B4B4B4. Windows color (decimal): -5454229 or 7063212. OLE color: 7063212.

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

Color convert

RGB172198107-
CMYK0.1300.460.22
HSL77.14º44.39%59.8%-
HSV(B)77.14º45.96%77.65%-
XYZ39.8650.2221.5-
YUV179.8586.89122.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=36.06%
G=41.51%
B=22.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981070.1300.460.2277.1444.3959.8
HexACC66BD02E164d2c3c
Octal25430615315056261155474
Binary1010110011000110110101111010101110101101001101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC66B; }

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

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

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

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

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

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

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

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