#A5CA73

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

Shades of Olivine #A5CA73

Tints of Olivine #A5CA73

Color information

#A5CA73 (or 0xA5CA73) is unknown color: approx Olivine. HEX triplet: A5, CA and 73. RGB value is (165,202,115). Sum of RGB (Red+Green+Blue) = 165+202+115=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA73 is #5A358C. Grayscale: #B5B5B5. Windows color (decimal): -5911949 or 7588517. OLE color: 7588517.

HSL color Cylindrical-coordinate representation of color #A5CA73: hue angle of 85.52º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5CA73 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB165202115-
CMYK0.1800.430.21
HSL85.52º45.08%62.16%-
HSV(B)85.52º43.07%79.22%-
XYZ39.7351.4824.06-
YUV181.0290.74116.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=34.23%
G=41.91%
B=23.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021150.1800.430.2185.5245.0862.16
HexA5CA731202B15562d3e
Octal24531216322053251265576
Binary10100101110010101110011100100101011101011010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA73; }

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

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

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

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

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

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

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

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