#ACC68A

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

Shades of Caper #ACC68A

Tints of Caper #ACC68A

Color information

#ACC68A (or 0xACC68A) is unknown color: approx Caper. HEX triplet: AC, C6 and 8A. RGB value is (172,198,138). Sum of RGB (Red+Green+Blue) = 172+198+138=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC68A is #533975. Grayscale: #B7B7B7. Windows color (decimal): -5454198 or 9094828. OLE color: 9094828.

HSL color Cylindrical-coordinate representation of color #ACC68A: hue angle of 86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC68A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB172198138-
CMYK0.1300.300.22
HSL86º34.48%65.88%-
HSV(B)86º30.3%77.65%-
XYZ41.7950.9931.68-
YUV183.39102.39119.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=33.86%
G=38.98%
B=27.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981380.1300.300.228634.4865.88
HexACC68AD01E16562242
Octal254306212150362612642102
Binary10101100110001101000101011010111101011010101101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC68A; }

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

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

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

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

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

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

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

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