#A5BF60

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

Shades of Olivine #A5BF60

Tints of Olivine #A5BF60

Color information

#A5BF60 (or 0xA5BF60) is unknown color: approx Olivine. HEX triplet: A5, BF and 60. RGB value is (165,191,96). Sum of RGB (Red+Green+Blue) = 165+191+96=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF60 is #5A409F. Grayscale: #ACACAC. Windows color (decimal): -5914784 or 6340517. OLE color: 6340517.

HSL color Cylindrical-coordinate representation of color #A5BF60: hue angle of 76.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5BF60 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB16519196-
CMYK0.1400.500.25
HSL76.42º42.6%56.27%-
HSV(B)76.42º49.74%74.9%-
XYZ36.2646.1118.05-
YUV172.484.89122.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=36.50%
G=42.26%
B=21.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165191960.1400.500.2576.4242.656.27
HexA5BF60E032194c2b38
Octal24527714016062311145370
Binary1010010110111111110000011100110010110011001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF60; }

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

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

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

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

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

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

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

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