#A6C86E

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

Shades of Olivine #A6C86E

Tints of Olivine #A6C86E

Color information

#A6C86E (or 0xA6C86E) is unknown color: approx Olivine. HEX triplet: A6, C8 and 6E. RGB value is (166,200,110). Sum of RGB (Red+Green+Blue) = 166+200+110=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C86E is #593791. Grayscale: #B3B3B3. Windows color (decimal): -5846930 or 7260326. OLE color: 7260326.

HSL color Cylindrical-coordinate representation of color #A6C86E: hue angle of 82.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6C86E is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB166200110-
CMYK0.1700.450.22
HSL82.67º45%60.78%-
HSV(B)82.67º45%78.43%-
XYZ39.1950.5422.44-
YUV179.5788.74118.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=34.87%
G=42.02%
B=23.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1662001100.1700.450.2282.674560.78
HexA6C86E1102D16532d3d
Octal24631015621055261235575
Binary10100110110010001101110100010101101101101010011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C86E; }

 p { color: rgb(166,200,110); }

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

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

 a { background-color: rgb(166,200,110); }

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

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

 span { border-color: rgb(166,200,110); }

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