#A4C167

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

Shades of Olivine #A4C167

Tints of Olivine #A4C167

Color information

#A4C167 (or 0xA4C167) is unknown color: approx Olivine. HEX triplet: A4, C1 and 67. RGB value is (164,193,103). Sum of RGB (Red+Green+Blue) = 164+193+103=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C167 is #5B3E98. Grayscale: #AEAEAE. Windows color (decimal): -5979801 or 6799780. OLE color: 6799780.

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

Color convert

RGB164193103-
CMYK0.1500.470.24
HSL79.33º42.06%58.04%-
HSV(B)79.33º46.63%75.69%-
XYZ36.8347.0119.97-
YUV174.0787.89120.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 103 (40.62% from 255) = 22.39%
R=35.65%
G=41.96%
B=22.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931030.1500.470.2479.3342.0658.04
HexA4C167F02F184f2a3a
Octal24430114717057301175272
Binary1010010011000001110011111110101111110001001111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C167; }

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

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

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

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

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

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

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

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