#A4C163

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

Shades of Olivine #A4C163

Tints of Olivine #A4C163

Color information

#A4C163 (or 0xA4C163) is unknown color: approx Olivine. HEX triplet: A4, C1 and 63. RGB value is (164,193,99). Sum of RGB (Red+Green+Blue) = 164+193+99=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C163 is #5B3E9C. Grayscale: #ADADAD. Windows color (decimal): -5979805 or 6537636. OLE color: 6537636.

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

Color convert

RGB16419399-
CMYK0.1500.490.24
HSL78.51º43.12%57.25%-
HSV(B)78.51º48.7%75.69%-
XYZ36.6346.9318.93-
YUV173.6185.89121.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=35.96%
G=42.32%
B=21.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164193990.1500.490.2478.5143.1257.25
HexA4C163F031184f2b39
Octal24430114317061301175371
Binary1010010011000001110001111110110001110001001111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C163; }

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

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

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

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

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

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

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

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