#A3CA73

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

Shades of Olivine #A3CA73

Tints of Olivine #A3CA73

Color information

#A3CA73 (or 0xA3CA73) is unknown color: approx Olivine. HEX triplet: A3, CA and 73. RGB value is (163,202,115). Sum of RGB (Red+Green+Blue) = 163+202+115=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA73 is #5C358C. Grayscale: #B4B4B4. Windows color (decimal): -6043021 or 7588515. OLE color: 7588515.

HSL color Cylindrical-coordinate representation of color #A3CA73: hue angle of 86.9º 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 #A3CA73 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB163202115-
CMYK0.1900.430.21
HSL86.9º45.08%62.16%-
HSV(B)86.9º43.07%79.22%-
XYZ39.3251.2724.04-
YUV180.4291.08115.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=33.96%
G=42.08%
B=23.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021150.1900.430.2186.945.0862.16
HexA3CA731302B15572d3e
Octal24331216323053251275576
Binary10100011110010101110011100110101011101011010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CA73; }

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

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

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

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

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

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

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

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