#A2BF61

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

Shades of Olivine #A2BF61

Tints of Olivine #A2BF61

Color information

#A2BF61 (or 0xA2BF61) is unknown color: approx Olivine. HEX triplet: A2, BF and 61. RGB value is (162,191,97). Sum of RGB (Red+Green+Blue) = 162+191+97=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF61 is #5D409E. Grayscale: #ABABAB. Windows color (decimal): -6111391 or 6406050. OLE color: 6406050.

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

Color convert

RGB16219197-
CMYK0.1500.490.25
HSL78.51º42.34%56.47%-
HSV(B)78.51º49.21%74.9%-
XYZ35.6945.8118.27-
YUV171.6185.89121.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=36%
G=42.44%
B=21.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162191970.1500.490.2578.5142.3456.47
HexA2BF61F031194f2a38
Octal24227714117061311175270
Binary1010001010111111110000111110110001110011001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF61; }

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

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

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

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

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

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

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

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