#A1B380

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

Shades of Olivine #A1B380

Tints of Olivine #A1B380

Color information

#A1B380 (or 0xA1B380) is unknown color: approx Olivine. HEX triplet: A1, B3 and 80. RGB value is (161,179,128). Sum of RGB (Red+Green+Blue) = 161+179+128=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B380 is #5E4C7F. Grayscale: #A7A7A7. Windows color (decimal): -6179968 or 8434593. OLE color: 8434593.

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

Color convert

RGB161179128-
CMYK0.1000.280.30
HSL81.18º25.12%60.2%-
HSV(B)81.18º28.49%70.2%-
XYZ34.7141.3826.58-
YUV167.8105.54123.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=34.40%
G=38.25%
B=27.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791280.1000.280.3081.1825.1260.2
HexA1B380A01C1E51193c
Octal24126320012034361213174
Binary101000011011001110000000101001110011110101000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B380; }

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

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

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

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

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

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

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

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