#A6C161

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

Shades of Olivine #A6C161

Tints of Olivine #A6C161

Color information

#A6C161 (or 0xA6C161) is unknown color: approx Olivine. HEX triplet: A6, C1 and 61. RGB value is (166,193,97). Sum of RGB (Red+Green+Blue) = 166+193+97=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C161 is #593E9E. Grayscale: #AEAEAE. Windows color (decimal): -5848735 or 6406566. OLE color: 6406566.

HSL color Cylindrical-coordinate representation of color #A6C161: hue angle of 76.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6C161 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16619397-
CMYK0.1400.500.24
HSL76.88º43.64%56.86%-
HSV(B)76.88º49.74%75.69%-
XYZ36.9547.1118.45-
YUV173.9884.55122.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=36.40%
G=42.32%
B=21.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166193970.1400.500.2476.8843.6456.86
HexA6C161E032184d2c39
Octal24630114116062301155471
Binary1010011011000001110000111100110010110001001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C161; }

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

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

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

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

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

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

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

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