#A6C681

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

Shades of Caper #A6C681

Tints of Caper #A6C681

Color information

#A6C681 (or 0xA6C681) is unknown color: approx Caper. HEX triplet: A6, C6 and 81. RGB value is (166,198,129). Sum of RGB (Red+Green+Blue) = 166+198+129=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C681 is #59397E. Grayscale: #B4B4B4. Windows color (decimal): -5847423 or 8504998. OLE color: 8504998.

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

Color convert

RGB166198129-
CMYK0.1600.350.22
HSL87.83º37.7%64.12%-
HSV(B)87.83º34.85%77.65%-
XYZ39.8850.0828.33-
YUV180.5798.9117.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=33.67%
G=40.16%
B=26.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981290.1600.350.2287.8337.764.12
HexA6C6811002316582640
Octal246306201200432613046100
Binary1010011011000110100000011000001000111011010110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C681; }

 p { color: rgb(166,198,129); }

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

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

 a { background-color: rgb(166,198,129); }

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

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

 span { border-color: rgb(166,198,129); }

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