#A5BE72

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

Shades of Olivine #A5BE72

Tints of Olivine #A5BE72

Color information

#A5BE72 (or 0xA5BE72) is unknown color: approx Olivine. HEX triplet: A5, BE and 72. RGB value is (165,190,114). Sum of RGB (Red+Green+Blue) = 165+190+114=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE72 is #5A418D. Grayscale: #AEAEAE. Windows color (decimal): -5915022 or 7519909. OLE color: 7519909.

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

Color convert

RGB165190114-
CMYK0.1300.400.25
HSL79.74º36.89%59.61%-
HSV(B)79.74º40%74.51%-
XYZ36.9746.0422.86-
YUV173.8694.22121.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=35.18%
G=40.51%
B=24.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901140.1300.400.2579.7436.8959.61
HexA5BE72D0281950253c
Octal24527616215050311204574
Binary1010010110111110111001011010101000110011010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE72; }

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

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

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

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

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

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

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

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