#A1B376

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

Shades of Olivine #A1B376

Tints of Olivine #A1B376

Color information

#A1B376 (or 0xA1B376) is unknown color: approx Olivine. HEX triplet: A1, B3 and 76. RGB value is (161,179,118). Sum of RGB (Red+Green+Blue) = 161+179+118=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B376 is #5E4C89. Grayscale: #A6A6A6. Windows color (decimal): -6179978 or 7779233. OLE color: 7779233.

HSL color Cylindrical-coordinate representation of color #A1B376: hue angle of 77.7º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1B376 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB161179118-
CMYK0.1000.340.30
HSL77.7º28.64%58.24%-
HSV(B)77.7º34.08%70.2%-
XYZ34.0941.1323.28-
YUV166.66100.54123.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=35.15%
G=39.08%
B=25.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791180.1000.340.3077.728.6458.24
HexA1B376A0221E4e1d3a
Octal24126316612042361163572
Binary101000011011001111101101010010001011110100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B376; }

 p { color: rgb(161,179,118); }

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

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

 a { background-color: rgb(161,179,118); }

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

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

 span { border-color: rgb(161,179,118); }

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