#A6C183

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

Shades of Caper #A6C183

Tints of Caper #A6C183

Color information

#A6C183 (or 0xA6C183) is unknown color: approx Caper. HEX triplet: A6, C1 and 83. RGB value is (166,193,131). Sum of RGB (Red+Green+Blue) = 166+193+131=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C183 is #593E7C. Grayscale: #B2B2B2. Windows color (decimal): -5848701 or 8634790. OLE color: 8634790.

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

Color convert

RGB166193131-
CMYK0.1400.320.24
HSL86.13º33.33%63.53%-
HSV(B)86.13º32.12%75.69%-
XYZ38.8947.8928.67-
YUV177.86101.55119.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=33.88%
G=39.39%
B=26.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931310.1400.320.2486.1333.3363.53
HexA6C183E02018562140
Octal246301203160403012641100
Binary101001101100000110000011111001000001100010101101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C183; }

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

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

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

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

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

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

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

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