#A5BE73

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

Shades of Olivine #A5BE73

Tints of Olivine #A5BE73

Color information

#A5BE73 (or 0xA5BE73) is unknown color: approx Olivine. HEX triplet: A5, BE and 73. RGB value is (165,190,115). Sum of RGB (Red+Green+Blue) = 165+190+115=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE73 is #5A418C. Grayscale: #AEAEAE. Windows color (decimal): -5915021 or 7585445. OLE color: 7585445.

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

Color convert

RGB165190115-
CMYK0.1300.390.25
HSL80º36.59%59.8%-
HSV(B)80º39.47%74.51%-
XYZ37.0346.0623.16-
YUV173.9894.72121.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=35.11%
G=40.43%
B=24.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901150.1300.390.258036.5959.8
HexA5BE73D0271950253c
Octal24527616315047311204574
Binary1010010110111110111001111010100111110011010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE73; }

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

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

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

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

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

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

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

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