#ACC785

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

Shades of Caper #ACC785

Tints of Caper #ACC785

Color information

#ACC785 (or 0xACC785) is unknown color: approx Caper. HEX triplet: AC, C7 and 85. RGB value is (172,199,133). Sum of RGB (Red+Green+Blue) = 172+199+133=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC785 is #53387A. Grayscale: #B7B7B7. Windows color (decimal): -5453947 or 8767404. OLE color: 8767404.

HSL color Cylindrical-coordinate representation of color #ACC785: hue angle of 84.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC785 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB172199133-
CMYK0.1400.330.22
HSL84.55º37.08%65.1%-
HSV(B)84.55º33.17%78.04%-
XYZ41.6751.3129.9-
YUV183.499.55119.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=34.13%
G=39.48%
B=26.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991330.1400.330.2284.5537.0865.1
HexACC785E02116552541
Octal254307205160412612545101
Binary101011001100011110000101111001000011011010101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC785; }

 p { color: rgb(172,199,133); }

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

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

 a { background-color: rgb(172,199,133); }

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

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

 span { border-color: rgb(172,199,133); }

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