#A3B97F

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

Shades of Olivine #A3B97F

Tints of Olivine #A3B97F

Color information

#A3B97F (or 0xA3B97F) is unknown color: approx Olivine. HEX triplet: A3, B9 and 7F. RGB value is (163,185,127). Sum of RGB (Red+Green+Blue) = 163+185+127=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B97F is #5C4680. Grayscale: #ACACAC. Windows color (decimal): -6047361 or 8370595. OLE color: 8370595.

HSL color Cylindrical-coordinate representation of color #A3B97F: hue angle of 82.76º 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 #A3B97F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB163185127-
CMYK0.1200.310.27
HSL82.76º29.29%61.18%-
HSV(B)82.76º31.35%72.55%-
XYZ36.2844.0226.66-
YUV171.81102.71121.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 127 (50% from 255) = 26.74%
R=34.32%
G=38.95%
B=26.74%

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
Decimal1631851270.1200.310.2782.7629.2961.18
HexA3B97FC01F1B531d3d
Octal24327117714037331233575
Binary10100011101110011111111110001111111011101001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B97F; }

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

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

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

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

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

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

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

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