#A6C466

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

Shades of Olivine #A6C466

Tints of Olivine #A6C466

Color information

#A6C466 (or 0xA6C466) is unknown color: approx Olivine. HEX triplet: A6, C4 and 66. RGB value is (166,196,102). Sum of RGB (Red+Green+Blue) = 166+196+102=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C466 is #593B99. Grayscale: #B0B0B0. Windows color (decimal): -5847962 or 6735014. OLE color: 6735014.

HSL color Cylindrical-coordinate representation of color #A6C466: hue angle of 79.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C466 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB166196102-
CMYK0.1500.480.23
HSL79.15º44.34%58.43%-
HSV(B)79.15º47.96%76.86%-
XYZ37.8648.5519.95-
YUV176.3186.06120.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=35.78%
G=42.24%
B=21.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961020.1500.480.2379.1544.3458.43
HexA6C466F030174f2c3a
Octal24630414617060271175472
Binary1010011011000100110011011110110000101111001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C466; }

 p { color: rgb(166,196,102); }

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

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

 a { background-color: rgb(166,196,102); }

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

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

 span { border-color: rgb(166,196,102); }

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