#A3B96E

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

Shades of Olivine #A3B96E

Tints of Olivine #A3B96E

Color information

#A3B96E (or 0xA3B96E) is unknown color: approx Olivine. HEX triplet: A3, B9 and 6E. RGB value is (163,185,110). Sum of RGB (Red+Green+Blue) = 163+185+110=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B96E is #5C4691. Grayscale: #AAAAAA. Windows color (decimal): -6047378 or 7256483. OLE color: 7256483.

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

Color convert

RGB163185110-
CMYK0.1200.410.27
HSL77.6º34.88%57.84%-
HSV(B)77.6º40.54%72.55%-
XYZ35.2743.6121.31-
YUV169.8794.21123.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=35.59%
G=40.39%
B=24.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851100.1200.410.2777.634.8857.84
HexA3B96EC0291B4e233a
Octal24327115614051331164372
Binary1010001110111001110111011000101001110111001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B96E; }

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

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

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

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

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

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

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

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