#A2B878

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

Shades of Olivine #A2B878

Tints of Olivine #A2B878

Color information

#A2B878 (or 0xA2B878) is unknown color: approx Olivine. HEX triplet: A2, B8 and 78. RGB value is (162,184,120). Sum of RGB (Red+Green+Blue) = 162+184+120=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B878 is #5D4787. Grayscale: #AAAAAA. Windows color (decimal): -6113160 or 7911586. OLE color: 7911586.

HSL color Cylindrical-coordinate representation of color #A2B878: hue angle of 80.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B878 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB162184120-
CMYK0.1200.350.28
HSL80.62º31.07%59.61%-
HSV(B)80.62º34.78%72.16%-
XYZ35.4343.3224.26-
YUV170.1399.71122.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=34.76%
G=39.48%
B=25.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621841200.1200.350.2880.6231.0759.61
HexA2B878C0231C511f3c
Octal24227017014043341213774
Binary101000101011100011110001100010001111100101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B878; }

 p { color: rgb(162,184,120); }

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

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

 a { background-color: rgb(162,184,120); }

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

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

 span { border-color: rgb(162,184,120); }

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