#ACC86B

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

Shades of Caper #ACC86B

Tints of Caper #ACC86B

Color information

#ACC86B (or 0xACC86B) is unknown color: approx Caper. HEX triplet: AC, C8 and 6B. RGB value is (172,200,107). Sum of RGB (Red+Green+Blue) = 172+200+107=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC86B is #533794. Grayscale: #B5B5B5. Windows color (decimal): -5453717 or 7063724. OLE color: 7063724.

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

Color convert

RGB172200107-
CMYK0.1400.460.22
HSL78.06º45.81%60.2%-
HSV(B)78.06º46.5%78.43%-
XYZ40.3251.1421.66-
YUV181.0386.22121.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=35.91%
G=41.75%
B=22.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001070.1400.460.2278.0645.8160.2
HexACC86BE02E164e2e3c
Octal25431015316056261165674
Binary1010110011001000110101111100101110101101001110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC86B; }

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

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

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

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

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

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

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

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