#ACCD82

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

Shades of Caper #ACCD82

Tints of Caper #ACCD82

Color information

#ACCD82 (or 0xACCD82) is unknown color: approx Caper. HEX triplet: AC, CD and 82. RGB value is (172,205,130). Sum of RGB (Red+Green+Blue) = 172+205+130=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD82 is #53327D. Grayscale: #BABABA. Windows color (decimal): -5452414 or 8572332. OLE color: 8572332.

HSL color Cylindrical-coordinate representation of color #ACCD82: hue angle of 86.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACCD82 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB172205130-
CMYK0.1600.370.20
HSL86.4º42.86%65.69%-
HSV(B)86.4º36.59%80.39%-
XYZ42.8754.0529.29-
YUV186.5896.07117.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=33.93%
G=40.43%
B=25.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051300.1600.370.2086.442.8665.69
HexACCD821002514562b42
Octal254315202200452412653102
Binary1010110011001101100000101000001001011010010101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD82; }

 p { color: rgb(172,205,130); }

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

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

 a { background-color: rgb(172,205,130); }

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

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

 span { border-color: rgb(172,205,130); }

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