#A2B380

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

Shades of Olivine #A2B380

Tints of Olivine #A2B380

Color information

#A2B380 (or 0xA2B380) is unknown color: approx Olivine. HEX triplet: A2, B3 and 80. RGB value is (162,179,128). Sum of RGB (Red+Green+Blue) = 162+179+128=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B380 is #5D4C7F. Grayscale: #A8A8A8. Windows color (decimal): -6114432 or 8434594. OLE color: 8434594.

HSL color Cylindrical-coordinate representation of color #A2B380: hue angle of 80º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2B380 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB162179128-
CMYK0.0900.280.30
HSL80º25.12%60.2%-
HSV(B)80º28.49%70.2%-
XYZ34.9241.4826.59-
YUV168.1105.37123.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=34.54%
G=38.17%
B=27.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791280.0900.280.308025.1260.2
HexA2B380901C1E50193c
Octal24226320011034361203174
Binary101000101011001110000000100101110011110101000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B380; }

 p { color: rgb(162,179,128); }

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

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

 a { background-color: rgb(162,179,128); }

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

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

 span { border-color: rgb(162,179,128); }

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