#A2B97F

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

Shades of Olivine #A2B97F

Tints of Olivine #A2B97F

Color information

#A2B97F (or 0xA2B97F) is unknown color: approx Olivine. HEX triplet: A2, B9 and 7F. RGB value is (162,185,127). Sum of RGB (Red+Green+Blue) = 162+185+127=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B97F is #5D4680. Grayscale: #ABABAB. Windows color (decimal): -6112897 or 8370594. OLE color: 8370594.

HSL color Cylindrical-coordinate representation of color #A2B97F: hue angle of 83.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B97F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB162185127-
CMYK0.1200.310.27
HSL83.79º29.29%61.18%-
HSV(B)83.79º31.35%72.55%-
XYZ36.0843.9126.65-
YUV171.51102.88121.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 127 (50% from 255) = 26.79%
R=34.18%
G=39.03%
B=26.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851270.1200.310.2783.7929.2961.18
HexA2B97FC01F1B541d3d
Octal24227117714037331243575
Binary10100010101110011111111110001111111011101010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B97F; }

 p { color: rgb(162,185,127); }

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

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

 a { background-color: rgb(162,185,127); }

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

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

 span { border-color: rgb(162,185,127); }

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