#A4C168

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

Shades of Olivine #A4C168

Tints of Olivine #A4C168

Color information

#A4C168 (or 0xA4C168) is unknown color: approx Olivine. HEX triplet: A4, C1 and 68. RGB value is (164,193,104). Sum of RGB (Red+Green+Blue) = 164+193+104=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C168 is #5B3E97. Grayscale: #AEAEAE. Windows color (decimal): -5979800 or 6865316. OLE color: 6865316.

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

Color convert

RGB164193104-
CMYK0.1500.460.24
HSL79.55º41.78%58.24%-
HSV(B)79.55º46.11%75.69%-
XYZ36.8847.0320.23-
YUV174.1888.39120.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=35.57%
G=41.87%
B=22.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931040.1500.460.2479.5541.7858.24
HexA4C168F02E18502a3a
Octal24430115017056301205272
Binary1010010011000001110100011110101110110001010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C168; }

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

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

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

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

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

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

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

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