#ACC284

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

Shades of Caper #ACC284

Tints of Caper #ACC284

Color information

#ACC284 (or 0xACC284) is unknown color: approx Caper. HEX triplet: AC, C2 and 84. RGB value is (172,194,132). Sum of RGB (Red+Green+Blue) = 172+194+132=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC284 is #533D7B. Grayscale: #B4B4B4. Windows color (decimal): -5455228 or 8700588. OLE color: 8700588.

HSL color Cylindrical-coordinate representation of color #ACC284: hue angle of 81.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC284 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB172194132-
CMYK0.1100.320.24
HSL81.29º33.7%63.92%-
HSV(B)81.29º31.96%76.08%-
XYZ40.4749.0229.16-
YUV180.35100.71122.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=34.54%
G=38.96%
B=26.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941320.1100.320.2481.2933.763.92
HexACC284B02018512240
Octal254302204130403012142100
Binary101011001100001010000100101101000001100010100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC284; }

 p { color: rgb(172,194,132); }

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

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

 a { background-color: rgb(172,194,132); }

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

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

 span { border-color: rgb(172,194,132); }

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