#A1B581

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

Shades of Olivine #A1B581

Tints of Olivine #A1B581

Color information

#A1B581 (or 0xA1B581) is unknown color: approx Olivine. HEX triplet: A1, B5 and 81. RGB value is (161,181,129). Sum of RGB (Red+Green+Blue) = 161+181+129=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B581 is #5E4A7E. Grayscale: #A9A9A9. Windows color (decimal): -6179455 or 8500641. OLE color: 8500641.

HSL color Cylindrical-coordinate representation of color #A1B581: hue angle of 83.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B581 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB161181129-
CMYK0.1100.290.29
HSL83.08º26%60.78%-
HSV(B)83.08º28.73%70.98%-
XYZ35.1842.2127.06-
YUV169.09105.37122.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=34.18%
G=38.43%
B=27.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811290.1100.290.2983.082660.78
HexA1B581B01D1D531a3d
Octal24126520113035351233275
Binary101000011011010110000001101101110111101101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B581; }

 p { color: rgb(161,181,129); }

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

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

 a { background-color: rgb(161,181,129); }

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

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

 span { border-color: rgb(161,181,129); }

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