#A4BF64

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

Shades of Olivine #A4BF64

Tints of Olivine #A4BF64

Color information

#A4BF64 (or 0xA4BF64) is unknown color: approx Olivine. HEX triplet: A4, BF and 64. RGB value is (164,191,100). Sum of RGB (Red+Green+Blue) = 164+191+100=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF64 is #5B409B. Grayscale: #ACACAC. Windows color (decimal): -5980316 or 6602660. OLE color: 6602660.

HSL color Cylindrical-coordinate representation of color #A4BF64: hue angle of 77.8º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4BF64 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB164191100-
CMYK0.1400.480.25
HSL77.8º41.55%57.06%-
HSV(B)77.8º47.64%74.9%-
XYZ36.2446.0719.04-
YUV172.5587.05121.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=36.04%
G=41.98%
B=21.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911000.1400.480.2577.841.5557.06
HexA4BF64E030194e2a39
Octal24427714416060311165271
Binary1010010010111111110010011100110000110011001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF64; }

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

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

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

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

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

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

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

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