#ACCA74

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

Shades of Caper #ACCA74

Tints of Caper #ACCA74

Color information

#ACCA74 (or 0xACCA74) is unknown color: approx Caper. HEX triplet: AC, CA and 74. RGB value is (172,202,116). Sum of RGB (Red+Green+Blue) = 172+202+116=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA74 is #53358B. Grayscale: #B7B7B7. Windows color (decimal): -5453196 or 7654060. OLE color: 7654060.

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

Color convert

RGB172202116-
CMYK0.1500.430.21
HSL80.93º44.79%62.35%-
HSV(B)80.93º42.57%79.22%-
XYZ41.2952.2724.44-
YUV183.2390.06119.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=35.10%
G=41.22%
B=23.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021160.1500.430.2180.9344.7962.35
HexACCA74F02B15512d3e
Octal25431216417053251215576
Binary1010110011001010111010011110101011101011010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA74; }

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

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

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

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

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

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

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

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