#A1B47A

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

Shades of Olivine #A1B47A

Tints of Olivine #A1B47A

Color information

#A1B47A (or 0xA1B47A) is unknown color: approx Olivine. HEX triplet: A1, B4 and 7A. RGB value is (161,180,122). Sum of RGB (Red+Green+Blue) = 161+180+122=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B47A is #5E4B85. Grayscale: #A7A7A7. Windows color (decimal): -6179718 or 8041633. OLE color: 8041633.

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

Color convert

RGB161180122-
CMYK0.1100.320.29
HSL79.66º27.88%59.22%-
HSV(B)79.66º32.22%70.59%-
XYZ34.5341.6224.63-
YUV167.71102.21123.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=34.77%
G=38.88%
B=26.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801220.1100.320.2979.6627.8859.22
HexA1B47AB0201D501c3b
Octal24126417213040351203473
Binary101000011011010011110101011010000011101101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B47A; }

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

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

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

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

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

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

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

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