#A1BF6F

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

Shades of Olivine #A1BF6F

Tints of Olivine #A1BF6F

Color information

#A1BF6F (or 0xA1BF6F) is unknown color: approx Olivine. HEX triplet: A1, BF and 6F. RGB value is (161,191,111). Sum of RGB (Red+Green+Blue) = 161+191+111=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF6F is #5E4090. Grayscale: #ADADAD. Windows color (decimal): -6176913 or 7323553. OLE color: 7323553.

HSL color Cylindrical-coordinate representation of color #A1BF6F: hue angle of 82.5º 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 #A1BF6F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB161191111-
CMYK0.1600.420.25
HSL82.5º38.46%59.22%-
HSV(B)82.5º41.88%74.9%-
XYZ36.245.9922.01-
YUV172.9193.06119.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=34.77%
G=41.25%
B=23.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911110.1600.420.2582.538.4659.22
HexA1BF6F1002A1952263b
Octal24127715720052311224673
Binary10100001101111111101111100000101010110011010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF6F; }

 p { color: rgb(161,191,111); }

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

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

 a { background-color: rgb(161,191,111); }

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

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

 span { border-color: rgb(161,191,111); }

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