#A1B96C

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

Shades of Olivine #A1B96C

Tints of Olivine #A1B96C

Color information

#A1B96C (or 0xA1B96C) is unknown color: approx Olivine. HEX triplet: A1, B9 and 6C. RGB value is (161,185,108). Sum of RGB (Red+Green+Blue) = 161+185+108=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B96C is #5E4693. Grayscale: #A9A9A9. Windows color (decimal): -6178452 or 7125409. OLE color: 7125409.

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

Color convert

RGB161185108-
CMYK0.1300.420.27
HSL78.7º35.48%57.45%-
HSV(B)78.7º41.62%72.55%-
XYZ34.7543.3620.72-
YUV169.0593.55122.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=35.46%
G=40.75%
B=23.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851080.1300.420.2778.735.4857.45
HexA1B96CD02A1B4f2339
Octal24127115415052331174371
Binary1010000110111001110110011010101010110111001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B96C; }

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

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

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

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

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

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

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

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