#A6BC6E

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

Shades of Olivine #A6BC6E

Tints of Olivine #A6BC6E

Color information

#A6BC6E (or 0xA6BC6E) is unknown color: approx Olivine. HEX triplet: A6, BC and 6E. RGB value is (166,188,110). Sum of RGB (Red+Green+Blue) = 166+188+110=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC6E is #594391. Grayscale: #ACACAC. Windows color (decimal): -5850002 or 7257254. OLE color: 7257254.

HSL color Cylindrical-coordinate representation of color #A6BC6E: hue angle of 76.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6BC6E is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB166188110-
CMYK0.1200.410.26
HSL76.92º36.79%58.43%-
HSV(B)76.92º41.49%73.73%-
XYZ36.5245.221.55-
YUV172.5392.71123.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=35.78%
G=40.52%
B=23.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881100.1200.410.2676.9236.7958.43
HexA6BC6EC0291A4d253a
Octal24627415614051321154572
Binary1010011010111100110111011000101001110101001101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC6E; }

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

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

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

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

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

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

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

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