#ACCA84

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

Shades of Caper #ACCA84

Tints of Caper #ACCA84

Color information

#ACCA84 (or 0xACCA84) is unknown color: approx Caper. HEX triplet: AC, CA and 84. RGB value is (172,202,132). Sum of RGB (Red+Green+Blue) = 172+202+132=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA84 is #53357B. Grayscale: #B9B9B9. Windows color (decimal): -5453180 or 8702636. OLE color: 8702636.

HSL color Cylindrical-coordinate representation of color #ACCA84: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACCA84 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB172202132-
CMYK0.1500.350.21
HSL85.71º39.77%65.49%-
HSV(B)85.71º34.65%79.22%-
XYZ42.352.6829.77-
YUV185.0598.06118.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=33.99%
G=39.92%
B=26.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021320.1500.350.2185.7139.7765.49
HexACCA84F02315562841
Octal254312204170432512650101
Binary101011001100101010000100111101000111010110101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA84; }

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

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

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

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

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

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

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

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