#A1B47E

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

Shades of Olivine #A1B47E

Tints of Olivine #A1B47E

Color information

#A1B47E (or 0xA1B47E) is unknown color: approx Olivine. HEX triplet: A1, B4 and 7E. RGB value is (161,180,126). Sum of RGB (Red+Green+Blue) = 161+180+126=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B47E is #5E4B81. Grayscale: #A8A8A8. Windows color (decimal): -6179714 or 8303777. OLE color: 8303777.

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

Color convert

RGB161180126-
CMYK0.1100.30.29
HSL81.11º26.47%60%-
HSV(B)81.11º30%70.59%-
XYZ34.7941.7325.96-
YUV168.16104.21122.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=34.48%
G=38.54%
B=26.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801260.1100.30.2981.1126.4760
HexA1B47EB01E1D511a3c
Octal24126417613036351213274
Binary10100001101101001111110101101111011101101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B47E; }

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

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

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

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

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

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

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

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