#A6BF6C

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

Shades of Olivine #A6BF6C

Tints of Olivine #A6BF6C

Color information

#A6BF6C (or 0xA6BF6C) is unknown color: approx Olivine. HEX triplet: A6, BF and 6C. RGB value is (166,191,108). Sum of RGB (Red+Green+Blue) = 166+191+108=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF6C is #594093. Grayscale: #AEAEAE. Windows color (decimal): -5849236 or 7126950. OLE color: 7126950.

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

Color convert

RGB166191108-
CMYK0.1300.430.25
HSL78.07º39.34%58.63%-
HSV(B)78.07º43.46%74.9%-
XYZ37.0646.4521.2-
YUV174.0690.72122.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=35.70%
G=41.08%
B=23.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911080.1300.430.2578.0739.3458.63
HexA6BF6CD02B194e273b
Octal24627715415053311164773
Binary1010011010111111110110011010101011110011001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BF6C; }

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

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

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

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

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

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

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

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