#A3BF61

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

Shades of Olivine #A3BF61

Tints of Olivine #A3BF61

Color information

#A3BF61 (or 0xA3BF61) is unknown color: approx Olivine. HEX triplet: A3, BF and 61. RGB value is (163,191,97). Sum of RGB (Red+Green+Blue) = 163+191+97=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF61 is #5C409E. Grayscale: #ACACAC. Windows color (decimal): -6045855 or 6406051. OLE color: 6406051.

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

Color convert

RGB16319197-
CMYK0.1500.490.25
HSL77.87º42.34%56.47%-
HSV(B)77.87º49.21%74.9%-
XYZ35.8945.9118.28-
YUV171.9185.72121.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=36.14%
G=42.35%
B=21.51%

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
Decimal163191970.1500.490.2577.8742.3456.47
HexA3BF61F031194e2a38
Octal24327714117061311165270
Binary1010001110111111110000111110110001110011001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF61; }

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

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

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

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

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

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

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

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