#A6C282

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

Shades of Caper #A6C282

Tints of Caper #A6C282

Color information

#A6C282 (or 0xA6C282) is unknown color: approx Caper. HEX triplet: A6, C2 and 82. RGB value is (166,194,130). Sum of RGB (Red+Green+Blue) = 166+194+130=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C282 is #593D7D. Grayscale: #B2B2B2. Windows color (decimal): -5848446 or 8569510. OLE color: 8569510.

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

Color convert

RGB166194130-
CMYK0.1400.330.24
HSL86.25º34.41%63.53%-
HSV(B)86.25º32.99%76.08%-
XYZ39.0548.328.38-
YUV178.33100.72119.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=33.88%
G=39.59%
B=26.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941300.1400.330.2486.2534.4163.53
HexA6C282E02118562240
Octal246302202160413012642100
Binary101001101100001010000010111001000011100010101101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C282; }

 p { color: rgb(166,194,130); }

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

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

 a { background-color: rgb(166,194,130); }

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

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

 span { border-color: rgb(166,194,130); }

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