#a4c963

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

Shades of Olivine #A4C963

Tints of Olivine #A4C963

Color information

#A4C963 (or 0xA4C963) is unknown color: approx Olivine. HEX triplet: A4, C9 and 63. RGB value is (164,201,99). Sum of RGB (Red+Green+Blue) = 164+201+99=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C963 is #5B369C. Grayscale: #B2B2B2. Windows color (decimal): -5977757 or 6539684. OLE color: 6539684.

HSL color Cylindrical-coordinate representation of color #A4C963: hue angle of 81.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C963 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB16420199-
CMYK0.1800.510.21
HSL81.76º48.57%58.82%-
HSV(B)81.76º50.75%78.82%-
XYZ38.4550.5719.54-
YUV178.3183.24117.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=35.34%
G=43.32%
B=21.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164201990.1800.510.2181.7648.5758.82
HexA4C963120331552313b
Octal24431114322063251226173
Binary10100100110010011100011100100110011101011010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c963; }

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

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

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

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

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

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

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

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