#ACC87D

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

Shades of Caper #ACC87D

Tints of Caper #ACC87D

Color information

#ACC87D (or 0xACC87D) is unknown color: approx Caper. HEX triplet: AC, C8 and 7D. RGB value is (172,200,125). Sum of RGB (Red+Green+Blue) = 172+200+125=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC87D is #533782. Grayscale: #B7B7B7. Windows color (decimal): -5453699 or 8243372. OLE color: 8243372.

HSL color Cylindrical-coordinate representation of color #ACC87D: hue angle of 82.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC87D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB172200125-
CMYK0.1400.380.22
HSL82.4º40.54%63.73%-
HSV(B)82.4º37.5%78.43%-
XYZ41.3751.5627.17-
YUV183.0895.22120.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=34.61%
G=40.24%
B=25.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001250.1400.380.2282.440.5463.73
HexACC87DE02616522940
Octal254310175160462612251100
Binary10101100110010001111101111001001101011010100101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC87D; }

 p { color: rgb(172,200,125); }

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

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

 a { background-color: rgb(172,200,125); }

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

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

 span { border-color: rgb(172,200,125); }

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