#A6C17D

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

Shades of Caper #A6C17D

Tints of Caper #A6C17D

Color information

#A6C17D (or 0xA6C17D) is unknown color: approx Caper. HEX triplet: A6, C1 and 7D. RGB value is (166,193,125). Sum of RGB (Red+Green+Blue) = 166+193+125=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C17D is #593E82. Grayscale: #B1B1B1. Windows color (decimal): -5848707 or 8241574. OLE color: 8241574.

HSL color Cylindrical-coordinate representation of color #A6C17D: hue angle of 83.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C17D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB166193125-
CMYK0.1400.350.24
HSL83.82º35.42%62.35%-
HSV(B)83.82º35.23%75.69%-
XYZ38.547.7326.59-
YUV177.1898.55120.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=34.30%
G=39.88%
B=25.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931250.1400.350.2483.8235.4262.35
HexA6C17DE0231854233e
Octal24630117516043301244376
Binary1010011011000001111110111100100011110001010100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C17D; }

 p { color: rgb(166,193,125); }

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

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

 a { background-color: rgb(166,193,125); }

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

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

 span { border-color: rgb(166,193,125); }

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