#ABC686

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

Shades of Caper #ABC686

Tints of Caper #ABC686

Color information

#ABC686 (or 0xABC686) is unknown color: approx Caper. HEX triplet: AB, C6 and 86. RGB value is (171,198,134). Sum of RGB (Red+Green+Blue) = 171+198+134=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC686 is #543979. Grayscale: #B6B6B6. Windows color (decimal): -5519738 or 8832683. OLE color: 8832683.

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

Color convert

RGB171198134-
CMYK0.1400.320.22
HSL85.31º35.96%65.1%-
HSV(B)85.31º32.32%77.65%-
XYZ41.2950.7730.18-
YUV182.63100.55119.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=34.00%
G=39.36%
B=26.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981340.1400.320.2285.3135.9665.1
HexABC686E02016552441
Octal253306206160402612544101
Binary101010111100011010000110111001000001011010101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC686; }

 p { color: rgb(171,198,134); }

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

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

 a { background-color: rgb(171,198,134); }

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

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

 span { border-color: rgb(171,198,134); }

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