#A5BE63

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

Shades of Olivine #A5BE63

Tints of Olivine #A5BE63

Color information

#A5BE63 (or 0xA5BE63) is unknown color: approx Olivine. HEX triplet: A5, BE and 63. RGB value is (165,190,99). Sum of RGB (Red+Green+Blue) = 165+190+99=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE63 is #5A419C. Grayscale: #ACACAC. Windows color (decimal): -5915037 or 6536869. OLE color: 6536869.

HSL color Cylindrical-coordinate representation of color #A5BE63: hue angle of 76.48º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5BE63 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16519099-
CMYK0.1300.480.25
HSL76.48º41.18%56.67%-
HSV(B)76.48º47.89%74.51%-
XYZ36.1845.7318.72-
YUV172.1586.72122.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=36.34%
G=41.85%
B=21.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165190990.1300.480.2576.4841.1856.67
HexA5BE63D030194c2939
Octal24527614315060311145171
Binary1010010110111110110001111010110000110011001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE63; }

 p { color: rgb(165,190,99); }

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

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

 a { background-color: rgb(165,190,99); }

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

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

 span { border-color: rgb(165,190,99); }

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