#A1B181

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

Shades of Olivine #A1B181

Tints of Olivine #A1B181

Color information

#A1B181 (or 0xA1B181) is unknown color: approx Olivine. HEX triplet: A1, B1 and 81. RGB value is (161,177,129). Sum of RGB (Red+Green+Blue) = 161+177+129=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B181 is #5E4E7E. Grayscale: #A6A6A6. Windows color (decimal): -6180479 or 8499617. OLE color: 8499617.

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

Color convert

RGB161177129-
CMYK0.0900.270.31
HSL80º23.53%60%-
HSV(B)80º27.12%69.41%-
XYZ34.3840.6126.79-
YUV166.74106.7123.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=34.48%
G=37.90%
B=27.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771290.0900.270.318023.5360
HexA1B181901B1F50183c
Octal24126120111033371203074
Binary101000011011000110000001100101101111111101000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B181; }

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

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

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

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

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

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

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

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