#A4BC73

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

Shades of Olivine #A4BC73

Tints of Olivine #A4BC73

Color information

#A4BC73 (or 0xA4BC73) is unknown color: approx Olivine. HEX triplet: A4, BC and 73. RGB value is (164,188,115). Sum of RGB (Red+Green+Blue) = 164+188+115=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC73 is #5B438C. Grayscale: #ACACAC. Windows color (decimal): -5981069 or 7584932. OLE color: 7584932.

HSL color Cylindrical-coordinate representation of color #A4BC73: hue angle of 79.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4BC73 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB164188115-
CMYK0.1300.390.26
HSL79.73º35.27%59.41%-
HSV(B)79.73º38.83%73.73%-
XYZ36.3945.123.01-
YUV172.595.55121.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=35.12%
G=40.26%
B=24.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881150.1300.390.2679.7335.2759.41
HexA4BC73D0271A50233b
Octal24427416315047321204373
Binary1010010010111100111001111010100111110101010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC73; }

 p { color: rgb(164,188,115); }

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

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

 a { background-color: rgb(164,188,115); }

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

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

 span { border-color: rgb(164,188,115); }

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