#A6BE61

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

Shades of Olivine #A6BE61

Tints of Olivine #A6BE61

Color information

#A6BE61 (or 0xA6BE61) is unknown color: approx Olivine. HEX triplet: A6, BE and 61. RGB value is (166,190,97). Sum of RGB (Red+Green+Blue) = 166+190+97=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE61 is #59419E. Grayscale: #ACACAC. Windows color (decimal): -5849503 or 6405798. OLE color: 6405798.

HSL color Cylindrical-coordinate representation of color #A6BE61: hue angle of 75.48º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6BE61 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB16619097-
CMYK0.1300.490.25
HSL75.48º41.7%56.27%-
HSV(B)75.48º48.95%74.51%-
XYZ36.345.818.24-
YUV172.2285.55123.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=36.64%
G=41.94%
B=21.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166190970.1300.490.2575.4841.756.27
HexA6BE61D031194b2a38
Octal24627614115061311135270
Binary1010011010111110110000111010110001110011001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE61; }

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

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

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

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

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

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

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

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