#A6BE6F

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

Shades of Olivine #A6BE6F

Tints of Olivine #A6BE6F

Color information

#A6BE6F (or 0xA6BE6F) is unknown color: approx Olivine. HEX triplet: A6, BE and 6F. RGB value is (166,190,111). Sum of RGB (Red+Green+Blue) = 166+190+111=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE6F is #594190. Grayscale: #AEAEAE. Windows color (decimal): -5849489 or 7323302. OLE color: 7323302.

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

Color convert

RGB166190111-
CMYK0.1300.420.25
HSL78.23º37.8%59.02%-
HSV(B)78.23º41.58%74.51%-
XYZ37.0146.0821.98-
YUV173.8292.55122.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=35.55%
G=40.69%
B=23.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901110.1300.420.2578.2337.859.02
HexA6BE6FD02A194e263b
Octal24627615715052311164673
Binary1010011010111110110111111010101010110011001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE6F; }

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

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

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

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

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

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

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

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