#A6C67C

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

Shades of Caper #A6C67C

Tints of Caper #A6C67C

Color information

#A6C67C (or 0xA6C67C) is unknown color: approx Caper. HEX triplet: A6, C6 and 7C. RGB value is (166,198,124). Sum of RGB (Red+Green+Blue) = 166+198+124=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C67C is #593983. Grayscale: #B4B4B4. Windows color (decimal): -5847428 or 8177318. OLE color: 8177318.

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

Color convert

RGB166198124-
CMYK0.1600.370.22
HSL85.95º39.36%63.14%-
HSV(B)85.95º37.37%77.65%-
XYZ39.5649.9526.63-
YUV18096.4118.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=34.02%
G=40.57%
B=25.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981240.1600.370.2285.9539.3663.14
HexA6C67C100251656273f
Octal24630617420045261264777
Binary10100110110001101111100100000100101101101010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C67C; }

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

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

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

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

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

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

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

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