#A4C164

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

Shades of Olivine #A4C164

Tints of Olivine #A4C164

Color information

#A4C164 (or 0xA4C164) is unknown color: approx Olivine. HEX triplet: A4, C1 and 64. RGB value is (164,193,100). Sum of RGB (Red+Green+Blue) = 164+193+100=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C164 is #5B3E9B. Grayscale: #AEAEAE. Windows color (decimal): -5979804 or 6603172. OLE color: 6603172.

HSL color Cylindrical-coordinate representation of color #A4C164: hue angle of 78.71º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C164 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB164193100-
CMYK0.1500.480.24
HSL78.71º42.86%57.45%-
HSV(B)78.71º48.19%75.69%-
XYZ36.6846.9519.19-
YUV173.7386.39121.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=35.89%
G=42.23%
B=21.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931000.1500.480.2478.7142.8657.45
HexA4C164F030184f2b39
Octal24430114417060301175371
Binary1010010011000001110010011110110000110001001111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C164; }

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

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

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

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

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

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

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

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