#A1B86E

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

Shades of Olivine #A1B86E

Tints of Olivine #A1B86E

Color information

#A1B86E (or 0xA1B86E) is unknown color: approx Olivine. HEX triplet: A1, B8 and 6E. RGB value is (161,184,110). Sum of RGB (Red+Green+Blue) = 161+184+110=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B86E is #5E4791. Grayscale: #A8A8A8. Windows color (decimal): -6178706 or 7256225. OLE color: 7256225.

HSL color Cylindrical-coordinate representation of color #A1B86E: hue angle of 78.65º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1B86E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB161184110-
CMYK0.1200.400.28
HSL78.65º34.26%57.65%-
HSV(B)78.65º40.22%72.16%-
XYZ34.6542.9821.22-
YUV168.6994.88122.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=35.38%
G=40.44%
B=24.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841100.1200.400.2878.6534.2657.65
HexA1B86EC0281C4f223a
Octal24127015614050341174272
Binary1010000110111000110111011000101000111001001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B86E; }

 p { color: rgb(161,184,110); }

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

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

 a { background-color: rgb(161,184,110); }

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

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

 span { border-color: rgb(161,184,110); }

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