#A5BF61

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

Shades of Olivine #A5BF61

Tints of Olivine #A5BF61

Color information

#A5BF61 (or 0xA5BF61) is unknown color: approx Olivine. HEX triplet: A5, BF and 61. RGB value is (165,191,97). Sum of RGB (Red+Green+Blue) = 165+191+97=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF61 is #5A409E. Grayscale: #ACACAC. Windows color (decimal): -5914783 or 6406053. OLE color: 6406053.

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

Color convert

RGB16519197-
CMYK0.1400.490.25
HSL76.6º42.34%56.47%-
HSV(B)76.6º49.21%74.9%-
XYZ36.3146.1218.3-
YUV172.5185.39122.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=36.42%
G=42.16%
B=21.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165191970.1400.490.2576.642.3456.47
HexA5BF61E031194d2a38
Octal24527714116061311155270
Binary1010010110111111110000111100110001110011001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF61; }

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

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

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

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

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

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

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

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