#ACCA71

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

Shades of Caper #ACCA71

Tints of Caper #ACCA71

Color information

#ACCA71 (or 0xACCA71) is unknown color: approx Caper. HEX triplet: AC, CA and 71. RGB value is (172,202,113). Sum of RGB (Red+Green+Blue) = 172+202+113=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA71 is #53358E. Grayscale: #B7B7B7. Windows color (decimal): -5453199 or 7457452. OLE color: 7457452.

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

Color convert

RGB172202113-
CMYK0.1500.440.21
HSL80.22º45.64%61.76%-
HSV(B)80.22º44.06%79.22%-
XYZ41.1152.223.53-
YUV182.8888.56120.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=35.32%
G=41.48%
B=23.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021130.1500.440.2180.2245.6461.76
HexACCA71F02C15502e3e
Octal25431216117054251205676
Binary1010110011001010111000111110101100101011010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA71; }

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

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

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

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

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

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

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

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