#A2C963

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

Shades of Olivine #A2C963

Tints of Olivine #A2C963

Color information

#A2C963 (or 0xA2C963) is unknown color: approx Olivine. HEX triplet: A2, C9 and 63. RGB value is (162,201,99). Sum of RGB (Red+Green+Blue) = 162+201+99=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C963 is #5D369C. Grayscale: #B2B2B2. Windows color (decimal): -6108829 or 6539682. OLE color: 6539682.

HSL color Cylindrical-coordinate representation of color #A2C963: hue angle of 82.94º 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 #A2C963 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB16220199-
CMYK0.1900.510.21
HSL82.94º48.57%58.82%-
HSV(B)82.94º50.75%78.82%-
XYZ38.0450.3619.52-
YUV177.7183.58116.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 201 (78.91% from 255) = 43.51%
BLUE value IS 99 (39.06% from 255) = 21.43%
R=35.06%
G=43.51%
B=21.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162201990.1900.510.2182.9448.5758.82
HexA2C963130331553313b
Octal24231114323063251236173
Binary10100010110010011100011100110110011101011010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C963; }

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

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

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

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

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

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

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

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