#A1B473

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

Shades of Olivine #A1B473

Tints of Olivine #A1B473

Color information

#A1B473 (or 0xA1B473) is unknown color: approx Olivine. HEX triplet: A1, B4 and 73. RGB value is (161,180,115). Sum of RGB (Red+Green+Blue) = 161+180+115=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B473 is #5E4B8C. Grayscale: #A7A7A7. Windows color (decimal): -6179725 or 7582881. OLE color: 7582881.

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

Color convert

RGB161180115-
CMYK0.1100.360.29
HSL77.54º30.23%57.84%-
HSV(B)77.54º36.11%70.59%-
XYZ34.1141.4622.42-
YUV166.9198.71123.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=35.31%
G=39.47%
B=25.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801150.1100.360.2977.5430.2357.84
HexA1B473B0241D4e1e3a
Octal24126416313044351163672
Binary101000011011010011100111011010010011101100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B473; }

 p { color: rgb(161,180,115); }

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

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

 a { background-color: rgb(161,180,115); }

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

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

 span { border-color: rgb(161,180,115); }

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