#A1B96D

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

Shades of Olivine #A1B96D

Tints of Olivine #A1B96D

Color information

#A1B96D (or 0xA1B96D) is unknown color: approx Olivine. HEX triplet: A1, B9 and 6D. RGB value is (161,185,109). Sum of RGB (Red+Green+Blue) = 161+185+109=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B96D is #5E4692. Grayscale: #A9A9A9. Windows color (decimal): -6178451 or 7190945. OLE color: 7190945.

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

Color convert

RGB161185109-
CMYK0.1300.410.27
HSL78.95º35.19%57.65%-
HSV(B)78.95º41.08%72.55%-
XYZ34.8143.3821.01-
YUV169.1694.05122.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=35.38%
G=40.66%
B=23.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851090.1300.410.2778.9535.1957.65
HexA1B96DD0291B4f233a
Octal24127115515051331174372
Binary1010000110111001110110111010101001110111001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B96D; }

 p { color: rgb(161,185,109); }

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

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

 a { background-color: rgb(161,185,109); }

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

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

 span { border-color: rgb(161,185,109); }

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