#A1B176

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

Shades of Olivine #A1B176

Tints of Olivine #A1B176

Color information

#A1B176 (or 0xA1B176) is unknown color: approx Olivine. HEX triplet: A1, B1 and 76. RGB value is (161,177,118). Sum of RGB (Red+Green+Blue) = 161+177+118=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B176 is #5E4E89. Grayscale: #A5A5A5. Windows color (decimal): -6180490 or 7778721. OLE color: 7778721.

HSL color Cylindrical-coordinate representation of color #A1B176: hue angle of 76.27º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B176 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB161177118-
CMYK0.0900.330.31
HSL76.27º27.44%57.84%-
HSV(B)76.27º33.33%69.41%-
XYZ33.6940.3323.15-
YUV165.49101.2124.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=35.31%
G=38.82%
B=25.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771180.0900.330.3176.2727.4457.84
HexA1B17690211F4c1b3a
Octal24126116611041371143372
Binary101000011011000111101101001010000111111100110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B176; }

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

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

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

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

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

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

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

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