#A6BA6E

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

Shades of Olivine #A6BA6E

Tints of Olivine #A6BA6E

Color information

#A6BA6E (or 0xA6BA6E) is unknown color: approx Olivine. HEX triplet: A6, BA and 6E. RGB value is (166,186,110). Sum of RGB (Red+Green+Blue) = 166+186+110=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA6E is #594591. Grayscale: #ABABAB. Windows color (decimal): -5850514 or 7256742. OLE color: 7256742.

HSL color Cylindrical-coordinate representation of color #A6BA6E: hue angle of 75.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6BA6E is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB166186110-
CMYK0.1100.410.27
HSL75.79º35.51%58.04%-
HSV(B)75.79º40.86%72.94%-
XYZ36.144.3521.41-
YUV171.3693.37124.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=35.93%
G=40.26%
B=23.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861100.1100.410.2775.7935.5158.04
HexA6BA6EB0291B4c243a
Octal24627215613051331144472
Binary1010011010111010110111010110101001110111001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA6E; }

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

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

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

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

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

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

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

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