#A4BC64

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

Shades of Olivine #A4BC64

Tints of Olivine #A4BC64

Color information

#A4BC64 (or 0xA4BC64) is unknown color: approx Olivine. HEX triplet: A4, BC and 64. RGB value is (164,188,100). Sum of RGB (Red+Green+Blue) = 164+188+100=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC64 is #5B439B. Grayscale: #ABABAB. Windows color (decimal): -5981084 or 6601892. OLE color: 6601892.

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

Color convert

RGB164188100-
CMYK0.1300.470.26
HSL76.36º39.64%56.47%-
HSV(B)76.36º46.81%73.73%-
XYZ35.5944.7818.82-
YUV170.7988.05123.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=36.28%
G=41.59%
B=22.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881000.1300.470.2676.3639.6456.47
HexA4BC64D02F1A4c2838
Octal24427414415057321145070
Binary1010010010111100110010011010101111110101001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC64; }

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

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

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

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

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

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

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

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