#A1BF61

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

Shades of Olivine #A1BF61

Tints of Olivine #A1BF61

Color information

#A1BF61 (or 0xA1BF61) is unknown color: approx Olivine. HEX triplet: A1, BF and 61. RGB value is (161,191,97). Sum of RGB (Red+Green+Blue) = 161+191+97=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF61 is #5E409E. Grayscale: #ABABAB. Windows color (decimal): -6176927 or 6406049. OLE color: 6406049.

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

Color convert

RGB16119197-
CMYK0.1600.490.25
HSL79.15º42.34%56.47%-
HSV(B)79.15º49.21%74.9%-
XYZ35.4945.718.26-
YUV171.3186.06120.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=35.86%
G=42.54%
B=21.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191970.1600.490.2579.1542.3456.47
HexA1BF6110031194f2a38
Octal24127714120061311175270
Binary10100001101111111100001100000110001110011001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF61; }

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

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

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

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

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

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

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

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