#ACC585

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

Shades of Caper #ACC585

Tints of Caper #ACC585

Color information

#ACC585 (or 0xACC585) is unknown color: approx Caper. HEX triplet: AC, C5 and 85. RGB value is (172,197,133). Sum of RGB (Red+Green+Blue) = 172+197+133=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC585 is #533A7A. Grayscale: #B6B6B6. Windows color (decimal): -5454459 or 8766892. OLE color: 8766892.

HSL color Cylindrical-coordinate representation of color #ACC585: hue angle of 83.44º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC585 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB172197133-
CMYK0.1300.320.23
HSL83.44º35.56%64.71%-
HSV(B)83.44º32.49%77.25%-
XYZ41.2150.429.75-
YUV182.23100.22120.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=34.26%
G=39.24%
B=26.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971330.1300.320.2383.4435.5664.71
HexACC585D02017532441
Octal254305205150402712344101
Binary101011001100010110000101110101000001011110100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC585; }

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

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

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

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

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

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

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

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