#A8C164

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

Shades of Olivine #A8C164

Tints of Olivine #A8C164

Color information

#A8C164 (or 0xA8C164) is unknown color: approx Olivine. HEX triplet: A8, C1 and 64. RGB value is (168,193,100). Sum of RGB (Red+Green+Blue) = 168+193+100=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C164 is #573E9B. Grayscale: #AFAFAF. Windows color (decimal): -5717660 or 6603176. OLE color: 6603176.

HSL color Cylindrical-coordinate representation of color #A8C164: hue angle of 76.13º 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 #A8C164 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB168193100-
CMYK0.1300.480.24
HSL76.13º42.86%57.45%-
HSV(B)76.13º48.19%75.69%-
XYZ37.5247.3819.23-
YUV174.9285.72123.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=36.44%
G=41.87%
B=21.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931000.1300.480.2476.1342.8657.45
HexA8C164D030184c2b39
Octal25030114415060301145371
Binary1010100011000001110010011010110000110001001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C164; }

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

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

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

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

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

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

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

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