#A6BF63

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

Shades of Olivine #A6BF63

Tints of Olivine #A6BF63

Color information

#A6BF63 (or 0xA6BF63) is unknown color: approx Olivine. HEX triplet: A6, BF and 63. RGB value is (166,191,99). Sum of RGB (Red+Green+Blue) = 166+191+99=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF63 is #59409C. Grayscale: #ADADAD. Windows color (decimal): -5849245 or 6537126. OLE color: 6537126.

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

Color convert

RGB16619199-
CMYK0.1300.480.25
HSL76.3º41.82%56.86%-
HSV(B)76.3º48.17%74.9%-
XYZ36.6146.2718.81-
YUV173.0486.22122.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=36.40%
G=41.89%
B=21.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166191990.1300.480.2576.341.8256.86
HexA6BF63D030194c2a39
Octal24627714315060311145271
Binary1010011010111111110001111010110000110011001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF63; }

 p { color: rgb(166,191,99); }

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

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

 a { background-color: rgb(166,191,99); }

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

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

 span { border-color: rgb(166,191,99); }

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