#A6C678

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

Shades of Caper #A6C678

Tints of Caper #A6C678

Color information

#A6C678 (or 0xA6C678) is unknown color: approx Caper. HEX triplet: A6, C6 and 78. RGB value is (166,198,120). Sum of RGB (Red+Green+Blue) = 166+198+120=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C678 is #593987. Grayscale: #B3B3B3. Windows color (decimal): -5847432 or 7915174. OLE color: 7915174.

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

Color convert

RGB166198120-
CMYK0.1600.390.22
HSL84.62º40.63%62.35%-
HSV(B)84.62º39.39%77.65%-
XYZ39.3149.8525.32-
YUV179.5494.4118.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=34.30%
G=40.91%
B=24.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981200.1600.390.2284.6240.6362.35
HexA6C678100271655293e
Octal24630617020047261255176
Binary10100110110001101111000100000100111101101010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C678; }

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

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

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

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

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

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

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

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