#A6B86E

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

Shades of Olivine #A6B86E

Tints of Olivine #A6B86E

Color information

#A6B86E (or 0xA6B86E) is unknown color: approx Olivine. HEX triplet: A6, B8 and 6E. RGB value is (166,184,110). Sum of RGB (Red+Green+Blue) = 166+184+110=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B86E is #594791. Grayscale: #AAAAAA. Windows color (decimal): -5851026 or 7256230. OLE color: 7256230.

HSL color Cylindrical-coordinate representation of color #A6B86E: hue angle of 74.59º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B86E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB166184110-
CMYK0.1000.400.28
HSL74.59º34.26%57.65%-
HSV(B)74.59º40.22%72.16%-
XYZ35.6843.5121.27-
YUV170.1894.04125.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=36.09%
G=40%
B=23.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841100.1000.400.2874.5934.2657.65
HexA6B86EA0281C4b223a
Octal24627015612050341134272
Binary1010011010111000110111010100101000111001001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B86E; }

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

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

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

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

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

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

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

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