#A2C877

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

Shades of Olivine #A2C877

Tints of Olivine #A2C877

Color information

#A2C877 (or 0xA2C877) is unknown color: approx Olivine. HEX triplet: A2, C8 and 77. RGB value is (162,200,119). Sum of RGB (Red+Green+Blue) = 162+200+119=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C877 is #5D3788. Grayscale: #B3B3B3. Windows color (decimal): -6109065 or 7850146. OLE color: 7850146.

HSL color Cylindrical-coordinate representation of color #A2C877: hue angle of 88.15º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2C877 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB162200119-
CMYK0.1900.400.22
HSL88.15º42.41%62.55%-
HSV(B)88.15º40.5%78.43%-
XYZ38.8850.3225.12-
YUV179.493.91115.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=33.68%
G=41.58%
B=24.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001190.1900.400.2288.1542.4162.55
HexA2C8771302816582a3f
Octal24231016723050261305277
Binary10100010110010001110111100110101000101101011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C877; }

 p { color: rgb(162,200,119); }

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

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

 a { background-color: rgb(162,200,119); }

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

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

 span { border-color: rgb(162,200,119); }

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