#A2B57C

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

Shades of Olivine #A2B57C

Tints of Olivine #A2B57C

Color information

#A2B57C (or 0xA2B57C) is unknown color: approx Olivine. HEX triplet: A2, B5 and 7C. RGB value is (162,181,124). Sum of RGB (Red+Green+Blue) = 162+181+124=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B57C is #5D4A83. Grayscale: #A9A9A9. Windows color (decimal): -6113924 or 8172962. OLE color: 8172962.

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

Color convert

RGB162181124-
CMYK0.1000.310.29
HSL80º27.8%59.8%-
HSV(B)80º31.49%70.98%-
XYZ35.0642.1825.36-
YUV168.82102.71123.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=34.69%
G=38.76%
B=26.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811240.1000.310.298027.859.8
HexA2B57CA01F1D501c3c
Octal24226517412037351203474
Binary10100010101101011111100101001111111101101000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B57C; }

 p { color: rgb(162,181,124); }

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

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

 a { background-color: rgb(162,181,124); }

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

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

 span { border-color: rgb(162,181,124); }

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